SnapInAboutAttribute.FolderBitmapsColorMask Property
Gets or sets the color mask for the folder bitmaps. Valid values are in the range from 0x00 through 0xFFFFFF.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public int FolderBitmapsColorMask { get; set; }
public:
property int FolderBitmapsColorMask {
int get();
void set(int value);
}
member FolderBitmapsColorMask : int with get, set
Public Property FolderBitmapsColorMask As Integer
Property Value
Type: System.Int32
The color mask
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | A color mask value is less than 0x00 or greater than 0xFFFFFF. |
See Also
SnapInAboutAttribute Class
Microsoft.ManagementConsole Namespace
Return to top