PageSummarySettingsView Property |
Gets or sets the view that owns this summary.
Namespace: VirtualRadar.WinForms.SettingPageAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public SettingsView SettingsView { get; set; }
Public Property SettingsView As SettingsView
Get
Set
public:
property SettingsView^ SettingsView {
SettingsView^ get ();
void set (SettingsView^ value);
}
member SettingsView : SettingsView with get, set
Property Value
Type:
SettingsViewSee Also