ISpaceReservationAgent.HasFocus 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.
Determines whether the adornment created by the space reservation agent has keyboard focus.
public:
property bool HasFocus { bool get(); };
public:
property bool HasFocus { bool get(); };
public bool HasFocus { get; }
member this.HasFocus : bool
Public ReadOnly Property HasFocus As Boolean
Property Value
true if the adornment has focus, otherwise false.