LabelShape.CanFocus Property

Definition

Returns false if a child can receive the focus. Otherwise, it returns true. This prevents the double-focused behavior that would have been caused by a focusable shape with a single focusable text field.

public:
 virtual property bool CanFocus { bool get(); };
public override bool CanFocus { get; }
member this.CanFocus : bool
Public Overrides ReadOnly Property CanFocus As Boolean

Property Value

Applies to