Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value adjustment mode for the control.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public ValueAdjustMode ValueAdjustMode { get; set; }
public:
property ValueAdjustMode ValueAdjustMode {
ValueAdjustMode get();
void set(ValueAdjustMode value);
}
Public Property ValueAdjustMode As ValueAdjustMode
Property Value
Type: Microsoft.WindowsServerSolutions.Controls.ValueAdjustMode
One of the Microsoft.WindowsServerSolutions.Controls.ValueAdjustMode enumeration values.
See Also
AdvancedNumericUpDown Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top