PropertyForm.SetApplyButtonText Method (String)
Specifies the text of the Apply button.
Namespace: Microsoft.WindowsServerSolutions.Properties
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected void SetApplyButtonText(
string newtext
)
protected:
void SetApplyButtonText(
String^ newtext
)
Protected Sub SetApplyButtonText (
newtext As String
)
Parameters
newtext
Type: System.StringThe new text of the Apply button.
See Also
PropertyForm Class
Microsoft.WindowsServerSolutions.Properties Namespace
Return to top