Constable Authorization Engine 2.0 BETA

Context.SmallImageList Property

[This is preliminary documentation and subject to change.]

Returns a reference to the image list shared by all controls in the current AppDomain.

[Visual Basic]
Public Shared ReadOnly Property SmallImageList As ImageList
[C#]
public static System.Windows.Forms.ImageList SmallImageList {get;}

Remarks

CAUTION You shouldn't manipulate the SmallImageList.Images image collection directly. Instead, you should use the Context class methods AddSmallImage, GetResourceImage and RemoveSmallImage to manage images in the collection.

See Also

Context Class | LaMarvin.Design Namespace