Partager via


AdvancedNumericUpDown.SetInvalidMessage Method (String, String)

 

Specifies the text and title of an invalid message warning.

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

Syntax

public void SetInvalidMessage(
    string text,
    string title
)
public:
void SetInvalidMessage(
    String^ text,
    String^ title
)
Public Sub SetInvalidMessage (
    text As String,
    title As String
)

Parameters

See Also

AdvancedNumericUpDown.ShowInvalidMessage
AdvancedNumericUpDown Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top