HidNumericControl.ControlDescription 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 control description for the given numeric control.
public:
property HidNumericControlDescription ^ ControlDescription { HidNumericControlDescription ^ get(); };
HidNumericControlDescription ControlDescription();
public HidNumericControlDescription ControlDescription { get; }
var hidNumericControlDescription = hidNumericControl.controlDescription;
Public ReadOnly Property ControlDescription As HidNumericControlDescription
Property Value
A HidNumericControlDescription object.