_CommandBarButton.accFocus Property

Gets the focus. This property is deprecated.

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

Syntax

'Declaration
ReadOnly Property accFocus As Object
Object accFocus { get; }
property Object^ accFocus {
    Object^ get ();
}
abstract accFocus : Object
function get accFocus () : Object

Property Value

Type: System.Object
The focus. This property is deprecated.

Implements

CommandBarControl.accFocus

Remarks

This property throws a DeprecatedException when called.

.NET Framework Security

See Also

Reference

_CommandBarButton Interface

Microsoft.VisualStudio.CommandBars Namespace