HidNumericControl.IsGrouped 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 the given numeric control is grouped with other, related controls.
public:
property bool IsGrouped { bool get(); };
bool IsGrouped();
public bool IsGrouped { get; }
var boolean = hidNumericControl.isGrouped;
Public ReadOnly Property IsGrouped As Boolean
Property Value
Boolean
bool
True, if grouped; otherwise, false.