SmallImageList Property (C1StatusBar)
In This Topic
Gets or sets the ImageList that contains the small images to display on the status bar.
Syntax
'Declaration
Public Property SmallImageList As ImageList
public ImageList SmallImageList {get; set;}
See Also