Gets or sets the state object of the wizard, will be passed to IWizardPages when attached.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public Object State { get; set; }
Visual Basic
Public Property State As Object
	Get
	Set
Visual C++
public:
property Object^ State {
	Object^ get ();
	void set (Object^ value);
}
F#
member State : Object with get, set

Property Value

Type: Object

See Also