Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the index of the image for the actions pane extended item.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public int ImageIndex { get; set; }
public:
property int ImageIndex {
int get();
void set(int value);
}
member ImageIndex : int with get, set
Public Property ImageIndex As Integer
Property Value
Type: System.Int32
An integer that specifies the index of the image.
See Also
ActionsPaneExtendedItem Class
Microsoft.ManagementConsole Namespace
Return to top