LabelShape.CanFocus 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.
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