https://documentation.devexpress.com/#WindowsForms/clsDevExpressUtilsSharedImageCollectiontopic

The image collection that allows you to share images between controls within multiple forms.

Remarks

The SharedImageCollection extends features of the ImageCollection with the capability to share images between controls within multiple forms.

The contents of all SharedImageCollections within the same project are synchronized.

You can drop a SharedImageCollection onto a form and add images to this collection.

You can then drop another SharedImageCollection(s) onto another form(s) and will get access to the same images within these forms.

Note:Images in SharedImageCollections within different forms are synchronized at design time only if the forms remain open.

Unlike the ImageCollection, the SharedImageCollection does not resize images (according to SharedImageCollection.ImageSource.ImageSize property) when they are added to the collection.

At runtime, to add images to the SharedImageCollection, use the ImageSource property, which is of the ImageCollection type.

At design time, you can load images from different sources using the component's smart tag menu.

For more information on image load options and how to use images from image collections in WinForms controls, see ImageCollection.

You can load images to the SharedImageCollection from project resources (The project must be built prior to loading images from resources).

Do not use this feature when you need to share images stored in one project's resources between two or more projects within a single solution.

To share images between multiple projects merged into a single solution, add these images to the SharedImageCollection directly by loading them from disk.

Alternatively, you can create a separate image library to store common images and use the Load Images from External Assembly approach described in the ImageCollection topic.

最新文章

  1. Handler sendMessage 与 obtainMessage (sendToTarget)比较
  2. GD库处理图像
  3. DataGridView key points
  4. Matlab求齐次方程的解
  5. Nginx实现静态资源的缓存
  6. Ruby on Rail 开发入门
  7. ASP.net(C#)批量上传图片(完整版)
  8. SharpDevelop插件开发手册
  9. [Linux] PHP程序员玩转Linux系列-腾讯云硬盘扩容挂载
  10. BZOJ2339[HNOI2011]卡农——递推+组合数
  11. python自动化框架(一)
  12. UVA - 116 Unidirectional TSP 多段图的最短路 dp
  13. mysql案例~关于mysql的配置文件个人见解
  14. Django 之Redis配置
  15. img2html实现将图片转换成网页
  16. python MySQL慢查询监控
  17. 了解和分析iOS Crash
  18. CSS3技巧:fit-content水平居中
  19. R 代码积累
  20. Nginad广告生成代码分析

热门文章

  1. 异常检测——局部异常因子(Local Outlier Factor ,LOF)算法
  2. 自定义Spark Partitioner提升es-hadoop Bulk效率
  3. Spark任务提交底层原理
  4. kill prefix meta,milli,kilo input
  5. office每次打开都要重新配置
  6. PHP:第三章——PHP中的回调函数
  7. 告别.NET生成报表统计图的烦恼
  8. Java——线程定时器
  9. C++面向对象多线程入门
  10. mac_os_x更新yosemite以后github客户端更新提示ca认证错误解决办法