Partager via


AdvancedNumericUpDown.ValueAdjustMode Property

 

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