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
text
Type: System.StringThe text of the message.
title
Type: System.StringThe title of the message.
See Also
AdvancedNumericUpDown.ShowInvalidMessage
AdvancedNumericUpDown Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top