PageSummaryPageTitle Property |
Gets the title for the page.
Namespace: VirtualRadar.WinForms.SettingPageAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual string PageTitle { get; }
Public Overridable ReadOnly Property PageTitle As String
Get
public:
virtual property String^ PageTitle {
String^ get ();
}
abstract PageTitle : string with get
override PageTitle : string with get
Property Value
Type:
StringSee Also