Show / Hide Table of Contents

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
Namespace: Manina.Windows.Forms
Assembly: WizardControl.dll
Syntax
[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

WizardControl()

Initializes a new instance of the WizardControl class.

Declaration
public WizardControl()

Properties

| Improve this Doc View Source

BackButton

Gets the "Back" button.

Declaration
[Browsable(false)]
protected Button BackButton { get; }
Property Value
Type Description
System.Windows.Forms.Button
| Improve this Doc View Source

BackButtonEnabled

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

BackButtonVisible

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

CloseButton

Gets the "Close" button.

Declaration
[Browsable(false)]
protected Button CloseButton { get; }
Property Value
Type Description
System.Windows.Forms.Button
| Improve this Doc View Source

CloseButtonEnabled

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

CloseButtonVisible

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

DisplayRectangle

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

HelpButton

Gets the "Help" button.

Declaration
[Browsable(false)]
protected Button HelpButton { get; }
Property Value
Type Description
System.Windows.Forms.Button
| Improve this Doc View Source

HelpButtonEnabled

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

HelpButtonVisible

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

NextButton

Gets the "Next" button.

Declaration
[Browsable(false)]
protected Button NextButton { get; }
Property Value
Type Description
System.Windows.Forms.Button
| Improve this Doc View Source

NextButtonEnabled

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

NextButtonVisible

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

UIArea

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

Dispose(Boolean)

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

OnBackButtonClicked(CancelEventArgs)

Declaration
protected virtual void OnBackButtonClicked(CancelEventArgs e)
Parameters
Type Name Description
System.ComponentModel.CancelEventArgs e
| Improve this Doc View Source

OnCloseButtonClicked(CancelEventArgs)

Declaration
protected virtual void OnCloseButtonClicked(CancelEventArgs e)
Parameters
Type Name Description
System.ComponentModel.CancelEventArgs e
| Improve this Doc View Source

OnCreateUIControls(CreateUIControlsEventArgs)

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

OnHelpButtonClicked(EventArgs)

Declaration
protected virtual void OnHelpButtonClicked(EventArgs e)
Parameters
Type Name Description
System.EventArgs e
| Improve this Doc View Source

OnNextButtonClicked(CancelEventArgs)

Declaration
protected virtual void OnNextButtonClicked(CancelEventArgs e)
Parameters
Type Name Description
System.ComponentModel.CancelEventArgs e
| Improve this Doc View Source

OnPaint(PaintEventArgs)

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

OnResize(EventArgs)

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

OnUpdateUIControls(EventArgs)

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

BackButtonClicked

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

CloseButtonClicked

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

HelpButtonClicked

Occurs when the help button is clicked.

Declaration
public event EventHandler HelpButtonClicked
Event Type
Type Description
System.EventHandler
| Improve this Doc View Source

NextButtonClicked

Occurs when the next button is clicked.

Declaration
public event EventHandler<CancelEventArgs> NextButtonClicked
Event Type
Type Description
System.EventHandler<System.ComponentModel.CancelEventArgs>
Back to top Copyright © 2018 Özgür Özçıtak