Class Wizard
Inheritance
System.Object
System.MarshalByRefObject
Wizard
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpenUI.dll
Syntax
public class Wizard : UIBlock, IMessageSink
Constructors
Wizard()
Declaration
Properties
CurrentStep
Declaration
public int CurrentStep { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
HighQualityBitmap
Declaration
public bool HighQualityBitmap { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Localize
Declaration
public bool Localize { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Members
Declaration
public PropertyList Members { get; }
Property Value
ShowTaskNavigator
Declaration
public bool ShowTaskNavigator { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
public TreeListMenu CreateMenu()
Returns
CreateStepSubNode(Int32, String, String, Boolean, Boolean)
Declaration
public int CreateStepSubNode(int step, string text, string bitmap, bool showCheckBox, bool checkBoxChecked)
Parameters
Type |
Name |
Description |
System.Int32 |
step |
|
System.String |
text |
|
System.String |
bitmap |
|
System.Boolean |
showCheckBox |
|
System.Boolean |
checkBoxChecked |
|
Returns
Type |
Description |
System.Int32 |
|
GetStepBannerBitmaps()
Declaration
public string[] GetStepBannerBitmaps()
Returns
Type |
Description |
System.String[] |
|
GetStepBitmaps()
Declaration
public string[] GetStepBitmaps()
Returns
Type |
Description |
System.String[] |
|
GetStepCues()
Declaration
public string[] GetStepCues()
Returns
Type |
Description |
System.String[] |
|
GetStepText()
Declaration
public string[] GetStepText()
Returns
Type |
Description |
System.String[] |
|
RemoveStepSubNode(Int32)
Declaration
public void RemoveStepSubNode(int subNodeId)
Parameters
Type |
Name |
Description |
System.Int32 |
subNodeId |
|
SetIsStepOkayHandler(Wizard.IsStepOkayCallback)
Declaration
public void SetIsStepOkayHandler(Wizard.IsStepOkayCallback cb)
Parameters
Declaration
public void SetMenu(TreeListMenu menu)
Parameters
SetOnMenuHandler(Wizard.OnMenuCallback)
Declaration
public void SetOnMenuHandler(Wizard.OnMenuCallback cb)
Parameters
SetOnMenuSelectionHandler(Wizard.OnMenuSelectionCallback)
Declaration
public void SetOnMenuSelectionHandler(Wizard.OnMenuSelectionCallback cb)
Parameters
SetOnSubNodeHandler(Wizard.OnSubNodeCallback)
Declaration
public void SetOnSubNodeHandler(Wizard.OnSubNodeCallback cb)
Parameters
SetStepBannerBitmaps(String[])
Declaration
public void SetStepBannerBitmaps(string[] bitmaps)
Parameters
Type |
Name |
Description |
System.String[] |
bitmaps |
|
SetStepBitmaps(String[])
Declaration
public void SetStepBitmaps(string[] bitmaps)
Parameters
Type |
Name |
Description |
System.String[] |
bitmaps |
|
SetStepCues(String[])
Declaration
public void SetStepCues(string[] cues)
Parameters
Type |
Name |
Description |
System.String[] |
cues |
|
SetStepNotifyPostHandler(Wizard.StepNotifyPostCallback)
Declaration
public void SetStepNotifyPostHandler(Wizard.StepNotifyPostCallback cb)
Parameters
SetStepNotifyPreHandler(Wizard.StepNotifyPreCallback)
Declaration
public void SetStepNotifyPreHandler(Wizard.StepNotifyPreCallback cb)
Parameters
SetStepText(String[])
Declaration
public void SetStepText(string[] text)
Parameters
Type |
Name |
Description |
System.String[] |
text |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink