Common Application Framework

ComboBoxTool Properties

The properties of the ComboBoxTool class are listed below. For a complete list of ComboBoxTool class members, see the ComboBoxTool Members topic.

Public Instance Properties

AutoComplete Gets or sets whether the edit portion is automatically updated to match an item in the list as new characters are typed.
Caption Gets or sets the tool caption
Category Gets or sets the tools category
Command Gets the command object which was associated with the tool when it was created.
DisplayText Gets or sets the text displayed in the tool.
Editable Gets or sets whether the text portion of the ComboBoxTool is editable.
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
MaxLength Gets or sets the maximum allowable length of the text that can be entered in the ComboBoxTool.
PasswordChar Gets or sets a value indicating how the characters typed by a user are displayed.
SelectedIndex Gets or sets the zero-based index of the selected item in the ValueList.
SelectedValue Returns the object behind the selected ValueList item.
Shortcut Gets or sets the shortcut associated with a tool.
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.
ValueList Gets the ValueList object associated with the ComboBoxTool.
Visible Gets or sets the visibility of the tool.
Width Gets or sets the width of the tool.

See Also

ComboBoxTool Class | Aveva.ApplicationFramework.Presentation Namespace