PageInlineHelpHelp Property |
Gets or sets the help text.
Namespace: VirtualRadar.WinForms.SettingPageAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Help { get; set; }
Public Property Help As String
Get
Set
public:
property String^ Help {
String^ get ();
void set (String^ value);
}
member Help : string with get, set
Property Value
Type:
StringSee Also