FocusMovementResult.Succeeded 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.
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.