Class WizardPage
The WizardControlPage is used with the WizardControl.
Implements
System.ComponentModel.ISupportInitialize
System.ComponentModel.IComponent
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class WizardPage : GradientPanel, IThemeProvider, IVisualStyle, IThemedControl, INonClientPaintingSupport, ISupportInitialize, IComponent, IDisposable
Constructors
WizardPage()
Declaration
public WizardPage()
WizardPage(IContainer)
Declaration
public WizardPage(IContainer container)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IContainer | container |
Properties
LayoutName
Gets or sets the name of the page as seen by the Wizard. Used with the SelectedPage property of the Wizard.
Declaration
public string LayoutName { get; set; }
Property Value
Type |
---|
System.String |
NextPage
Gets or sets the next page.
Declaration
public WizardPage NextPage { get; set; }
Property Value
Type |
---|
WizardPage |
PreviousPage
Gets or sets the previous page.
Declaration
public WizardPage PreviousPage { get; set; }
Property Value
Type |
---|
WizardPage |
Title
Gets or sets the title of the page. Appears in the Title Label of the Wizard.
Declaration
public string Title { get; set; }
Property Value
Type |
---|
System.String |
Methods
OnPageLoad(EventArgs)
Declaration
protected virtual void OnPageLoad(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnPaint(PaintEventArgs)
Overides the Paint Event for drawing Wizard pages.
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | e | PaintEventArgs |
Overrides
OnSettingsChanged(EventArgs)
Declaration
protected virtual void OnSettingsChanged(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
RaisePageLoad()
Raises the PageLoad event
Declaration
public void RaisePageLoad()
Events
PageLoad
Occurs when this page has been selected.
Declaration
public event EventHandler PageLoad
Event Type
Type |
---|
System.EventHandler |
SettingsChanged
Fired when the settings (Title or LayoutName) of the page are changed.
Declaration
public event EventHandler SettingsChanged
Event Type
Type |
---|
System.EventHandler |
Implements
System.ComponentModel.ISupportInitialize
System.ComponentModel.IComponent
System.IDisposable