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.
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