Share via


Separator.ImageList Property

Gets the ImageList that contains the objects used by the control.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ImageList As ImageList
    Get
'Usage
Dim instance As Separator
Dim value As ImageList

value = instance.ImageList
[BrowsableAttribute(false)]
public ImageList ImageList { get; }
[BrowsableAttribute(false)]
public:
property ImageList^ ImageList {
    ImageList^ get ();
}
[<BrowsableAttribute(false)>]
member ImageList : ImageList
function get ImageList () : ImageList

Property Value

Type: System.Windows.Forms.ImageList
Null value.