AVEVA CAF API Documenation
Properties  Events


TaskBar Class Members

The following tables list the members exposed by TaskBar.

Public Properties
 NameDescription
Public Property Gets or sets whether the CommandBar can be customized at run-time by the end user. (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar)
Public Property Gets or sets whether the CommandBar can be dragged out of a dock area and floated. (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar)
Public Property Gets or sets whether the CommandBar can be hidden at run-time by the end user. (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar)
Public Property Gets or sets the description displayed in the customization dialogs and in the caption of the floating CommandBar. (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar)
Public Property Gets the command object which was associated with the CommandBar when it was created. (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar)
Public Property Gets or sets the column (within the dock area) in which the CommandBar is docked. (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar)
Public Property Return or sets the size of the taskbar. Either its width or height depending on where it is docked.  
Public Property Gets or sets the current location of the CommandBar (left, right, top, bottom, floating) (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar)
Public Property Gets or sets the row (within the dock area) in which the CommandBar is docked. (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar)
Public Property Gets or sets the enabled state of the CommandBar. (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar)
Public Property 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)
Public Property Gets or sets the location of a floating CommandBar (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar)
Public Property Gets or sets the size of a floating CommandBar (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar)
Public Property 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.  
Public Property Get whether the CommandBar is the main menubar (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar)
Public Property Returns or sets whether tool is xml defined (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar)
Public Property The Key of the CommandBar in the CommandBarCollection (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar)
Public Property 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.  
Public Property Returns or sets the key of the currently selected task pane tool.  
Public Property Returns or sets a value indicating whether the home navigation button will be displayed.  
Public Property Gets or sets whether the CommandBar shows up in the customization dialog at runtime. (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar)
Public Property 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)
Public Property Gets the ToolsCollection containing the tools to display in the CommandBar. (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar)
Top
Public Events
 NameDescription
Public Event Event raised after a task pane tool is selected  
Public Event Event raised when the CommandBar is Closed (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar)
Public Event Event raised when the CommandBar is Opened (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar)
Public Event Event raised when the CommandBar is Resized (Inherited from Aveva.ApplicationFramework.Presentation.CommandBar)
Top
See Also