Property HasFocus
HasFocus
Gets or sets a value indicating whether this Responder has focus.
public override bool HasFocus { get; }
Property Value
- bool
true
if has focus; otherwise,false
.
Gets or sets a value indicating whether this Responder has focus.
public override bool HasFocus { get; }
true
if has focus; otherwise, false
.