Partager via


DialogContainerWithToolbar.ToolbarID Property

Gets or sets the command ID of the toolbar that is contained in this dialog box.

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'Déclaration
Public Property ToolbarID As CommandID
    Get
    Set
'Utilisation
Dim instance As DialogContainerWithToolbar
Dim value As CommandID

value = instance.ToolbarID

instance.ToolbarID = value
public CommandID ToolbarID { get; set; }
public:
property CommandID^ ToolbarID {
    CommandID^ get ();
    void set (CommandID^ value);
}
member ToolbarID : CommandID with get, set
function get ToolbarID () : CommandID
function set ToolbarID (value : CommandID)

Property Value

Type: System.ComponentModel.Design.CommandID
The command ID of the toolbar that is contained in this dialog box.

.NET Framework Security

See Also

Reference

DialogContainerWithToolbar Class

DialogContainerWithToolbar Members

Microsoft.VisualStudio.Shell Namespace