DialogContainerWithToolbar.ToolbarID Property

Definition

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.

Applies to