_CommandBarComboBox::accFocus Property

 

Gets the focus. This property is deprecated.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

[DispIdAttribute(-5011)]
property Object^ accFocus {
	[DispIdAttribute(-5011)]
	[TypeLibFuncAttribute(64)]
	Object^ get();
}

Property Value

Type: System::Object^

The focus. This property is deprecated.

This property throws a DeprecatedException when called.

Return to top
Show: