Share via


TreeViewData.StateImages Property

Gets or sets the status of images to use for the control.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Property StateImages As ImageList
    Get
    Set
'Usage
Dim instance As TreeViewData
Dim value As ImageList

value = instance.StateImages

instance.StateImages = value
public ImageList StateImages { get; set; }
public:
property ImageList^ StateImages {
    ImageList^ get ();
    void set (ImageList^ value);
}
member StateImages : ImageList with get, set
function get StateImages () : ImageList
function set StateImages (value : ImageList)

Property Value

Type: System.Windows.Forms.ImageList
Represents the status of the images.