CommandBarControl.Type Property
Returns the type of command bar control.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Usage
Dim commandBarControl1 As CommandBarControl
Dim returnValue As MsoControlType
returnValue = commandBarControl1.Type
Syntax
ReadOnly Property Type() As MsoControlType
MsoControlType Type {get;}
property MsoControlType^ Type{
MsoControlType^ get();
}
public MsoControlType get_Type();
function get Type() : MsoControlType;
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
CommandBarControl Interface
Microsoft.Office.Core Namespace