DialogContainerWithToolbar.ToolbarID 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.
Gets or sets the command ID of the toolbar that is contained in this dialog box.
public:
property System::ComponentModel::Design::CommandID ^ ToolbarID { System::ComponentModel::Design::CommandID ^ get(); void set(System::ComponentModel::Design::CommandID ^ value); };
public System.ComponentModel.Design.CommandID ToolbarID { get; set; }
member this.ToolbarID : System.ComponentModel.Design.CommandID with get, set
Public Property ToolbarID As CommandID
Property Value
The command ID of the toolbar that is contained in this dialog box.