FocusMovementResult.Succeeded Property

Definition

Gets a boolean value that indicates whether focus can be assigned to an object.

public:
 property bool Succeeded { bool get(); };
bool Succeeded();
public bool Succeeded { get; }
var boolean = focusMovementResult.succeeded;
Public ReadOnly Property Succeeded As Boolean

Property Value

Boolean

bool

True, if focus can be assigned; otherwise, false.

Applies to

See also