TaskBar Class Members
The following tables list the members exposed by TaskBar.
Public Properties
Name | Description | |
---|---|---|
![]() | AllowCustomize | Gets or sets whether the CommandBar can be customized at run-time by the end user. (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar) |
![]() | AllowFloating | Gets or sets whether the CommandBar can be dragged out of a dock area and floated. (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar) |
![]() | AllowHiding | Gets or sets whether the CommandBar can be hidden at run-time by the end user. (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar) |
![]() | Caption | Gets or sets the description displayed in the customization dialogs and in the caption of the floating CommandBar. (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar) |
![]() | Command | Gets the command object which was associated with the CommandBar when it was created. (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar) |
![]() | DockedColumn | Gets or sets the column (within the dock area) in which the CommandBar is docked. (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar) |
![]() | DockedContentExtent | Return or sets the size of the taskbar. Either its width or height depending on where it is docked. |
![]() | DockedPosition | Gets or sets the current location of the CommandBar (left, right, top, bottom, floating) (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar) |
![]() | DockedRow | Gets or sets the row (within the dock area) in which the CommandBar is docked. (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar) |
![]() | Enabled | Gets or sets the enabled state of the CommandBar. (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar) |
![]() | FillEntireRow | 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. (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar) |
![]() | FloatingLocation | Gets or sets the location of a floating CommandBar (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar) |
![]() | FloatingSize | Gets or sets the size of a floating CommandBar (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar) |
![]() | 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. |
![]() | IsMainMenuBar | Get whether the CommandBar is the main menubar (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar) |
![]() | IsXmlDefined | Returns or sets whether tool is xml defined (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar) |
![]() | Key | The Key of the CommandBar in the CommandBarCollection (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar) |
![]() | 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 | Gets or sets whether the CommandBar shows up in the customization dialog at runtime. (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar) |
![]() | Tag | Gets or sets the tag property which can be used to logically attach another object or value to a tool. (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar) |
![]() | Tools | Gets the ToolsCollection containing the tools to display in the CommandBar. (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar) |
Public Events
Name | Description | |
---|---|---|
![]() | AfterTaskPaneToolSelected | Event raised after a task pane tool is selected |
![]() | Closed | Event raised when the CommandBar is Closed (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar) |
![]() | Opened | Event raised when the CommandBar is Opened (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar) |
![]() | Resized | Event raised when the CommandBar is Resized (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar) |
See Also