CommandBarButtonClass.Type 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 the type of the control.
public:
virtual property Microsoft::VisualStudio::CommandBars::MsoControlType Type { Microsoft::VisualStudio::CommandBars::MsoControlType get(); };
public:
virtual property Microsoft::VisualStudio::CommandBars::MsoControlType Type { Microsoft::VisualStudio::CommandBars::MsoControlType get(); };
[System.Runtime.InteropServices.DispId(1610874920)]
public virtual Microsoft.VisualStudio.CommandBars.MsoControlType Type { [System.Runtime.InteropServices.DispId(1610874920)] get; }
[<System.Runtime.InteropServices.DispId(1610874920)>]
[<get: System.Runtime.InteropServices.DispId(1610874920)>]
member this.Type : Microsoft.VisualStudio.CommandBars.MsoControlType
Public Overridable ReadOnly Property Type As MsoControlType
Property Value
The MsoControlType.
Implements
- Attributes