_CommandBarComboBox.Control 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 control itself.
public:
 property System::Object ^ Control { System::Object ^ get(); };public:
 property Platform::Object ^ Control { Platform::Object ^ get(); };[System.Runtime.InteropServices.DispId(1610874885)]
public object Control { [System.Runtime.InteropServices.DispId(1610874885)] [System.Runtime.InteropServices.TypeLibFunc(64)] get; }[<System.Runtime.InteropServices.DispId(1610874885)>]
[<get: System.Runtime.InteropServices.DispId(1610874885)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(64)>]
member this.Control : objPublic ReadOnly Property Control As ObjectProperty Value
The control.
Implements
- Attributes
Remarks
Controls do not contain other controls, so this property always returns the control itself.