LinkLauncher.LaunchButtonText Property
Gets or sets the launch button text.
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
[BrowsableAttribute(true)]
public string LaunchButtonText { get; set; }
public:
[BrowsableAttribute(true)]
property String^ LaunchButtonText {
String^ get();
void set(String^ value);
}
<BrowsableAttribute(True)>
Public Property LaunchButtonText As String
Property Value
Type: System.String
Remarks
This property allows users to specify localized text for this control.
See Also
LinkLauncher Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top