Common Application Framework

TaskBar Properties

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

Public Instance Properties

AllowCustomize (inherited from CommandBar) Gets or sets whether the CommandBar can be customized at run-time by the end user.
AllowFloating (inherited from CommandBar) Gets or sets whether the CommandBar can be dragged out of a dock area and floated.
AllowHiding (inherited from CommandBar) Gets or sets whether the CommandBar can be hidden at run-time by the end user.
Caption (inherited from CommandBar) Gets or sets the description displayed in the customization dialogs and in the caption of the floating CommandBar.
Command (inherited from CommandBar) Gets the command object which was associated with the CommandBar when it was created.
DockedColumn (inherited from CommandBar) Gets or sets the column (within the dock area) in which the CommandBar is docked.
DockedContentExtent Return or sets the size of the taskbar. Either its width or height depending on where it is docked.
DockedPosition (inherited from CommandBar) Gets or sets the current location of the CommandBar (left, right, top, bottom, floating)
DockedRow (inherited from CommandBar) Gets or sets the row (within the dock area) in which the CommandBar is docked.
Enabled (inherited from CommandBar) Gets or sets the enabled state of the CommandBar.
FillEntireRow (inherited from CommandBar) Gets or sets whether the CommandBar will take up the entire dock area row, even if it doesn't have enough tools to fill the area.
HomeTaskPaneToolKey Returns or sets the key of the tool representing the "home" item. The SelectedTaskPaneToolKey will be set to the HomeTaskPaneToolKey when the home navigation button is pressed.
Key (inherited from CommandBar) The Key of the CommandBar in the CommandBarCollection
NavigationButtonStyle Returns or sets a value indicating how the navigation buttons are used to navigate the items in a TaskPane and can also be used to hide the navigation buttons.
SelectedTaskPaneToolKey Returns or sets the key of the currently selected task pane tool.
ShowHomeButton Returns or sets a value indicating whether the home navigation button will be displayed.
ShowInToolbarList (inherited from CommandBar) Gets or sets whether the CommandBar shows up in the customization dialog at runtime.
Tag (inherited from CommandBar) Gets or sets the tag property which can be used to logically attach another object or value to a tool.
Tools (inherited from CommandBar) Gets the ToolsCollection containing the tools to display in the CommandBar.
Visible (inherited from CommandBar) Gets or sets whether the CommandBar is visible.

See Also

TaskBar Class | Aveva.ApplicationFramework.Presentation Namespace