TreeView.StateImageList Property (Typed) | |
An image list containing state images to display for each item in the tree view.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY StateImageList AS ImageList GET SET
public virtual ImageList StateImageList { get; set; }
Request Example
View SourceProperty Value
Type:
ImageListAn image list containing state images to display for each item in the tree view.
See Also