TaskPane Class Members
The following tables list the members exposed by TaskPane.
Public Constructors
Name | Description | |
---|---|---|
![]() | TaskPane Constructor | Default constructor. |
Public Properties
Name | Description | |
---|---|---|
![]() | AllowFloating | Gets or sets whether the CommandBar can be dragged out of a dock area and floated. (Inherited from Aveva.ApplicationFramework.Presentation.Customize.CommandBar) |
![]() | AllowHiding | Gets or sets whether the CommandBar can be hidden at run-time by the end user. (Inherited from Aveva.ApplicationFramework.Presentation.Customize.CommandBar) |
![]() | ApplicationContext | Application Context. (Inherited from Aveva.ApplicationFramework.Presentation.Customize.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.Customize.CommandBar) |
![]() | Command | Gets or sets the command associated with a toolbar. (Inherited from Aveva.ApplicationFramework.Presentation.Customize.CommandBar) |
![]() | CommandBarTreeNode | Associated Tree Node. (Inherited from Aveva.ApplicationFramework.Presentation.Customize.CommandBar) |
![]() | DockedColumn | Gets or sets the column (within the dock area) in which the CommandBar is docked. (Inherited from Aveva.ApplicationFramework.Presentation.Customize.CommandBar) |
![]() | DockedContentExtent | Gets or sets the extent of the docked content. |
![]() | DockedPosition | Gets or sets the current location of the CommandBar (left, right, top, bottom, floating) (Inherited from Aveva.ApplicationFramework.Presentation.Customize.CommandBar) |
![]() | DockedRow | Gets or sets the row (within the dock area) in which the CommandBar is docked. (Inherited from Aveva.ApplicationFramework.Presentation.Customize.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.Customize.CommandBar) |
![]() | HomeTaskPaneToolKey | Gets or sets the home task pane tool key. |
![]() | KeyTip | Key-tip. (Inherited from Aveva.ApplicationFramework.Presentation.Customize.CommandBar) |
![]() | Name | The Key of the CommandBar in the CommandBarCollection. (Inherited from Aveva.ApplicationFramework.Presentation.Customize.CommandBar) |
![]() | NavigationButtonStyle | Gets or sets the navigation button style. |
![]() | ShowHomeButton | Gets or sets a value indicating whether the home button is shown. |
![]() | ShowInToolbarList | Gets or sets whether the CommandBar shows up in the customization dialog at runtime. (Inherited from Aveva.ApplicationFramework.Presentation.Customize.CommandBar) |
![]() | Tag | Tag. (Inherited from Aveva.ApplicationFramework.Presentation.Customize.CommandBar) |
![]() | TaskPaneTreeNode | Gets or sets the task pane tree node. |
![]() | Tools | Gets the ToolsCollection containing the tools to display in the CommandBar. (Inherited from Aveva.ApplicationFramework.Presentation.Customize.CommandBar) |
![]() | UICName | Nane of UI Confuguration. (Inherited from Aveva.ApplicationFramework.Presentation.Customize.CommandBar) |
Public Methods
Name | Description | |
---|---|---|
![]() | InsertTool | Overloaded. Insert tool. (Inherited from Aveva.ApplicationFramework.Presentation.Customize.CommandBar) |
![]() | RemoveTool | Removes the tool described by instanceTool. (Inherited from Aveva.ApplicationFramework.Presentation.Customize.CommandBar) |
Public Events
Name | Description | |
---|---|---|
![]() | PropertyChanged | Event queue for all listeners interested in PropertyChanged events. (Inherited from Aveva.ApplicationFramework.Presentation.Customize.CommandBar) |
![]() | QueryValidName | Event queue for all listeners interested in QueryValidName events. (Inherited from Aveva.ApplicationFramework.Presentation.Customize.CommandBar) |
See Also