ScopeNode.SelectedImageIndex Property
Gets or sets the index of the image that is displayed when the node has focus.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public int SelectedImageIndex { get; set; }
public:
property int SelectedImageIndex {
int get();
void set(int value);
}
member SelectedImageIndex : int with get, set
Public Property SelectedImageIndex As Integer
Property Value
Type: System.Int32
The index of the image that is displayed when the node has focus. The image can be any small or large image in the SnapIn class instance that is related to the node.
See Also
ScopeNode Class
Microsoft.ManagementConsole Namespace
Return to top