Partager via


AdvancedNumericUpDown.EmptyWhenDisabled Property

 

Gets or sets a value that indicates whether to hide the display value if the control has been disabled.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public bool EmptyWhenDisabled { get; set; }
public:
property bool EmptyWhenDisabled {
    bool get();
    void set(bool value);
}
Public Property EmptyWhenDisabled As Boolean

Property Value

Type: System.Boolean

A System.Boolean: true if the display value is hidden if the control has been disabled; false if the display value is shown even if the control has been disabled.

See Also

AdvancedNumericUpDown Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top