ColorableItemInfo Members
Include Protected Members
Include Inherited Members
Provides information to a VSPackage about specific user-settable colorable item attributes of a Display Items that may have been modified by the user.
The ColorableItemInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
bBackgroundValid | BOOLEAN value indicating the background color is valid. | |
bFontFlagsValid | BOOLEAN value indicating the font flags are valid. | |
bForegroundValid | BOOLEAN value indicating the foreground color is valid. | |
crBackground | DWORD specifying the background color. | |
crForeground | DWORD specifying the foreground color. | |
dwFontFlags | DWORD specifying the font flags |
Top