ToolWindowPane.ToolBar Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If the toolwindow has a ToolBar, it is described by this parameter. Otherwise this is null
public:
property System::ComponentModel::Design::CommandID ^ ToolBar { System::ComponentModel::Design::CommandID ^ get(); void set(System::ComponentModel::Design::CommandID ^ value); };
public System.ComponentModel.Design.CommandID ToolBar { get; set; }
member this.ToolBar : System.ComponentModel.Design.CommandID with get, set
Public Property ToolBar As CommandID
Property Value
CommandID if the tool window has a toolbar; otherwise, null
.
Remarks
The value can be set only if Frame
is null
.