The properties of the PopupColorPickerTool class are listed below. For a complete list of PopupColorPickerTool class members, see the PopupColorPickerTool Members topic.
Caption | Gets or sets the tool caption |
Category | Gets or sets the tools category |
Checked | Gets or sets whether the tool is in the checked state. |
Command | Gets the command object which was associated with the tool when it was created. |
DropDownArrowStyle | Returns or sets the style of the dropdown arrow for the popup menu. |
Enabled | Gets or sets the enabled state of the tool. |
Image | Gets or sets the image displayed on the tool |
IsFirstInGroup | Gets or sets a flag which indicated whether an instance tool is the first in a tool group. A separator will be displayed before a tool if this property is set to true. |
Key | The Key of the tool in the RootToolsCollection |
ReplaceableColor | Returns or sets the color in the PopupColorPickerTool's image that will be replaced with the SelectedColor value. Default is Magenta. |
SelectedColor | Returns/sets the selected color in the PopupColorPickerTool. |
Shortcut | Gets or sets the shortcut associated with a tool. |
ShowAutomaticColor | Returns or sets whether a button representing the color Color.WindowText is displayed in the dropdown. |
ShowTransparentColor | Returns or sets whether a button representing the color Color.Transparent is displayed in the dropdown. |
Tag | Gets or sets the tag property which can be used to logically attach another object or value to a tool. |
Tooltip | Gets or sets the tools tooltip |
Value | Gets or sets the value of the tool. |
Visible | Gets or sets the visibility of the tool. |
PopupColorPickerTool Class | Aveva.ApplicationFramework.Presentation Namespace