Class WizardControl
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
Manina.Windows.Forms.PagedControl
WizardControl
Inherited Members
Manina.Windows.Forms.PagedControl.OnPageAdded(Manina.Windows.Forms.PageEventArgs)
Manina.Windows.Forms.PagedControl.OnPageRemoved(Manina.Windows.Forms.PageEventArgs)
Manina.Windows.Forms.PagedControl.OnPageChanging(Manina.Windows.Forms.PageChangingEventArgs)
Manina.Windows.Forms.PagedControl.OnPageChanged(Manina.Windows.Forms.PageChangedEventArgs)
Manina.Windows.Forms.PagedControl.OnPageValidating(Manina.Windows.Forms.PageValidatingEventArgs)
Manina.Windows.Forms.PagedControl.OnPageValidated(Manina.Windows.Forms.PageEventArgs)
Manina.Windows.Forms.PagedControl.OnPageHidden(Manina.Windows.Forms.PageEventArgs)
Manina.Windows.Forms.PagedControl.OnPageShown(Manina.Windows.Forms.PageEventArgs)
Manina.Windows.Forms.PagedControl.OnPagePaint(Manina.Windows.Forms.PagePaintEventArgs)
Manina.Windows.Forms.PagedControl.GoBack()
Manina.Windows.Forms.PagedControl.GoNext()
Manina.Windows.Forms.PagedControl.UpdatePages()
Manina.Windows.Forms.PagedControl.ChangePage(Manina.Windows.Forms.Page, System.Boolean)
Manina.Windows.Forms.PagedControl.OnHandleCreated(System.EventArgs)
Manina.Windows.Forms.PagedControl.CreateControlsInstance()
Manina.Windows.Forms.PagedControl.OnInvalidated(System.Windows.Forms.InvalidateEventArgs)
Manina.Windows.Forms.PagedControl.SelectedPage
Manina.Windows.Forms.PagedControl.SelectedIndex
Manina.Windows.Forms.PagedControl.Pages
Manina.Windows.Forms.PagedControl.ClientRectangle
Manina.Windows.Forms.PagedControl.BorderStyle
Manina.Windows.Forms.PagedControl.DefaultSize
Manina.Windows.Forms.PagedControl.CanGoBack
Manina.Windows.Forms.PagedControl.CanGoNext
Manina.Windows.Forms.PagedControl.PageAdded
Manina.Windows.Forms.PagedControl.PageRemoved
Manina.Windows.Forms.PagedControl.PageChanging
Manina.Windows.Forms.PagedControl.PageChanged
Manina.Windows.Forms.PagedControl.PageValidating
Manina.Windows.Forms.PagedControl.PageValidated
Manina.Windows.Forms.PagedControl.PageHidden
Manina.Windows.Forms.PagedControl.PageShown
Manina.Windows.Forms.PagedControl.PagePaint
Manina.Windows.Forms.PagedControl.CreateUIControls
Manina.Windows.Forms.PagedControl.UpdateUIControls
Assembly: WizardControl.dll
[ToolboxBitmap(typeof(WizardControl))]
[Docking(DockingBehavior.AutoDock)]
public class WizardControl : PagedControl, UnsafeNativeMethods.IOleControl, UnsafeNativeMethods.IOleObject, UnsafeNativeMethods.IOleInPlaceObject, UnsafeNativeMethods.IOleInPlaceActiveObject, UnsafeNativeMethods.IOleWindow, UnsafeNativeMethods.IViewObject, UnsafeNativeMethods.IViewObject2, UnsafeNativeMethods.IPersist, UnsafeNativeMethods.IPersistStreamInit, UnsafeNativeMethods.IPersistPropertyBag, UnsafeNativeMethods.IPersistStorage, UnsafeNativeMethods.IQuickActivate, ISupportOleDropSource, IDropTarget, ISynchronizeInvoke, IWin32Window, IArrangedElement, IBindableComponent, IComponent, IDisposable
Constructors
|
Improve this Doc
View Source
Declaration
Properties
|
Improve this Doc
View Source
Declaration
[Browsable(false)]
protected Button BackButton { get; }
Property Value
Type |
Description |
System.Windows.Forms.Button |
|
|
Improve this Doc
View Source
Gets or sets whether the back button is enabled by user code.
Declaration
public bool BackButtonEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
BackButtonText
Gets or sets the text of the back button.
Declaration
public string BackButtonText { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Gets or sets whether the back button is visible.
Declaration
public bool BackButtonVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
[Browsable(false)]
protected Button CloseButton { get; }
Property Value
Type |
Description |
System.Windows.Forms.Button |
|
|
Improve this Doc
View Source
Gets or sets whether the close button is enabled by user code.
Declaration
public bool CloseButtonEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CloseButtonText
Gets or sets the text of the close button.
Declaration
public string CloseButtonText { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Gets or sets whether the close button is visible.
Declaration
public bool CloseButtonVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Gets the client rectangle where wizard pages are located.
Declaration
[Browsable(false)]
public override Rectangle DisplayRectangle { get; }
Property Value
Type |
Description |
System.Drawing.Rectangle |
|
Overrides
Manina.Windows.Forms.PagedControl.DisplayRectangle
|
Improve this Doc
View Source
Declaration
[Browsable(false)]
protected Button HelpButton { get; }
Property Value
Type |
Description |
System.Windows.Forms.Button |
|
|
Improve this Doc
View Source
Gets or sets whether the help button is enabled by user code.
Declaration
public bool HelpButtonEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Gets or sets whether the help button is visible.
Declaration
public bool HelpButtonVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
[Browsable(false)]
protected Button NextButton { get; }
Property Value
Type |
Description |
System.Windows.Forms.Button |
|
|
Improve this Doc
View Source
Gets or sets whether the next button is enabled by user code.
Declaration
public bool NextButtonEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NextButtonText
Gets or sets the text of the next button.
Declaration
public string NextButtonText { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Gets or sets whether the next button is visible.
Declaration
public bool NextButtonVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Gets the client rectangle where user interface controls are located.
Declaration
[Browsable(false)]
public Rectangle UIArea { get; }
Property Value
Type |
Description |
System.Drawing.Rectangle |
|
Methods
|
Improve this Doc
View Source
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Overrides
System.Windows.Forms.Control.Dispose(System.Boolean)
|
Improve this Doc
View Source
Declaration
protected virtual void OnBackButtonClicked(CancelEventArgs e)
Parameters
Type |
Name |
Description |
System.ComponentModel.CancelEventArgs |
e |
|
|
Improve this Doc
View Source
Declaration
protected virtual void OnCloseButtonClicked(CancelEventArgs e)
Parameters
Type |
Name |
Description |
System.ComponentModel.CancelEventArgs |
e |
|
|
Improve this Doc
View Source
Declaration
protected override void OnCreateUIControls(CreateUIControlsEventArgs e)
Parameters
Type |
Name |
Description |
Manina.Windows.Forms.CreateUIControlsEventArgs |
e |
|
Overrides
Manina.Windows.Forms.PagedControl.OnCreateUIControls(Manina.Windows.Forms.CreateUIControlsEventArgs)
|
Improve this Doc
View Source
Declaration
protected virtual void OnHelpButtonClicked(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
|
Improve this Doc
View Source
Declaration
protected virtual void OnNextButtonClicked(CancelEventArgs e)
Parameters
Type |
Name |
Description |
System.ComponentModel.CancelEventArgs |
e |
|
|
Improve this Doc
View Source
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.PaintEventArgs |
e |
|
Overrides
Manina.Windows.Forms.PagedControl.OnPaint(System.Windows.Forms.PaintEventArgs)
|
Improve this Doc
View Source
Declaration
protected override void OnResize(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Overrides
Manina.Windows.Forms.PagedControl.OnResize(System.EventArgs)
|
Improve this Doc
View Source
Declaration
protected override void OnUpdateUIControls(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Overrides
Manina.Windows.Forms.PagedControl.OnUpdateUIControls(System.EventArgs)
Events
|
Improve this Doc
View Source
Occurs when the back button is clicked.
Declaration
public event EventHandler<CancelEventArgs> BackButtonClicked
Event Type
Type |
Description |
System.EventHandler<System.ComponentModel.CancelEventArgs> |
|
|
Improve this Doc
View Source
Occurs when the close button is clicked.
Declaration
public event EventHandler<CancelEventArgs> CloseButtonClicked
Event Type
Type |
Description |
System.EventHandler<System.ComponentModel.CancelEventArgs> |
|
|
Improve this Doc
View Source
Occurs when the help button is clicked.
Declaration
public event EventHandler HelpButtonClicked
Event Type
Type |
Description |
System.EventHandler |
|
|
Improve this Doc
View Source
Occurs when the next button is clicked.
Declaration
public event EventHandler<CancelEventArgs> NextButtonClicked
Event Type
Type |
Description |
System.EventHandler<System.ComponentModel.CancelEventArgs> |
|