Share via


TreeViewData.Images Property

Gets or sets the group 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 Images As ImageList
    Get
    Set
'Usage
Dim instance As TreeViewData
Dim value As ImageList

value = instance.Images

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

Property Value

Type: System.Windows.Forms.ImageList
One of the tree view image values.