PageIsInSettingsView Property |
Gets a value indicating that the page is on display in the
SettingsView.
Namespace: VirtualRadar.WinForms.SettingPageAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsInSettingsView { get; }
Public ReadOnly Property IsInSettingsView As Boolean
Get
public:
property bool IsInSettingsView {
bool get ();
}
member IsInSettingsView : bool with get
Property Value
Type:
BooleanSee Also