[]
Gets or sets the value sign of the control.
public ValueSignControl ValueSign { get; set; }
Public Property ValueSign As ValueSignControl
Type | Description |
---|---|
ValueSignControl | A ValueSignControl value indicates the value sign. |
This property determines the value range of GcNumber. When it's Positive, it only allow positive value in GcNumber; When it's Negative, it only allow negative value in GcNumber; When it's NoControl, it doesn't control the value.
Type | Condition |
---|---|
ArgumentException | The assigned value is not type of GrapeCity.Windows.InputMan.ValueSignControl. |