ISettingsData.TabControl Property
Gets the tab control for the dialog box.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
Control TabControl { get; }
property Control^ TabControl {
Control^ get();
}
ReadOnly Property TabControl As Control
Property Value
Type: System.Windows.Forms.Control
A System.Windows.Forms.Control.
See Also
ISettingsData Interface
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top