Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the tab control in the wizard pages.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public TabControl WizardPagesTabControl { get; set; }
public:
property TabControl^ WizardPagesTabControl {
TabControl^ get();
void set(TabControl^ value);
}
Public Property WizardPagesTabControl As TabControl
Property Value
Type: System.Windows.Forms.TabControl
A System.Windows.Forms.TabControl.
See Also
WizardForm.m_tabWizardPages
WizardForm Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top