SnapInAboutAttribute.SmallFolderSelectedBitmapId Property
Gets or sets the small selected folder bitmap Id of the snap-in.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public int SmallFolderSelectedBitmapId { get; set; }
public:
property int SmallFolderSelectedBitmapId {
int get();
void set(int value);
}
member SmallFolderSelectedBitmapId : int with get, set
Public Property SmallFolderSelectedBitmapId As Integer
Property Value
Type: System.Int32
The bitmap Id
See Also
SnapInAboutAttribute Class
Microsoft.ManagementConsole Namespace
Return to top