Include Protected Members
Include Inherited Members
Use to specify all the attributes of Display Items to the Visual Studio environment.
The AllColorableItemInfo 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 | |
---|---|---|
![]() |
bAutoBackgroundValid | Indicates whether crAutoBackground contains a valid color value. |
![]() |
bAutoForegroundValid | Indicates whether crAutoForeground contains a valid color value. |
![]() |
bDescriptionValid | Indicates the bstrDescription contains a valid description string |
![]() |
bFlagsValid | Indicates whether fFlags contains valid font flags from __FCITEMFLAGS. |
![]() |
bLineStyleValid | Indicates whether eLineStyle contains a valid line style. |
![]() |
bLocalizedNameValid | Indicates whether bstrLocalizedName contains a valid localized name string. |
![]() |
bMarkerVisualStyleValid | Indicates whether dwMarkerVisualStyle contains a valid marker style. |
![]() |
bNameValid | Indicates whether bstrName contains a valid (non-localized) name string. |
![]() |
bstrDescription | String that contains a brief description of the item displayed as a ToolTip. (This feature is currently disabled). |
![]() |
bstrLocalizedName | String that contains the localized name of the item displayed to the user. |
![]() |
bstrName | String that contains the non-localized name of the item used internally by the VSPackage to compare and merge. |
![]() |
crAutoBackground | Specifies the automatic background color for an item. |
![]() |
crAutoForeground | Specifies the automatic foreground color for an item. |
![]() |
dwMarkerVisualStyle | Specifies the visual style of the marker |
![]() |
eLineStyle | Specifies the line style for marker items. |
![]() |
fFlags | Specifies attributes of an item. |
![]() |
Info | Specifies the foreground color, background color, and font flags from the ColorableItemInfo structure. |
Top