FocusControl.Value 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 the current value that the focus is set to.
public:
property unsigned int Value { unsigned int get(); };
uint32_t Value();
public uint Value { get; }
var uInt32 = focusControl.value;
Public ReadOnly Property Value As UInteger
Property Value
The value that the focus is set to. The minimum and maximum values for the focus are specified by Min and Max.
Remarks
To set a focus value, call SetValueAsync specifying a value between the Min and Max focus values.