Share via


Separator.ImageIndex Property

Gets the image-list index value of the default object that is displayed 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 ImageIndex As Integer
    Get
'Usage
Dim instance As Separator
Dim value As Integer

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

Property Value

Type: System.Int32
The index of the image.