Search Results for

    Show / Hide Table of Contents

    Class Wizard

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    Wizard
    Implements
    IMessageSink
    Inherited Members
    UIBlock.GetProperties()
    UIBlock.Focus()
    UIBlock.TestFocusChange()
    UIBlock.Enable
    UIBlock.Expanded
    UIBlock.Group
    UIBlock.Label
    UIBlock.Name
    UIBlock.Show
    UIBlock.Type
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class Wizard : UIBlock, IMessageSink

    Constructors

    Wizard()

    Declaration
    protected Wizard()

    Properties

    CurrentStep

    Declaration
    public int CurrentStep { get; set; }
    Property Value
    Type Description
    int

    HighQualityBitmap

    Declaration
    public bool HighQualityBitmap { get; set; }
    Property Value
    Type Description
    bool

    Localize

    Declaration
    public bool Localize { get; set; }
    Property Value
    Type Description
    bool

    Members

    Declaration
    public PropertyList Members { get; }
    Property Value
    Type Description
    PropertyList

    ShowTaskNavigator

    Declaration
    public bool ShowTaskNavigator { get; set; }
    Property Value
    Type Description
    bool

    Methods

    CreateMenu()

    Declaration
    public TreeListMenu CreateMenu()
    Returns
    Type Description
    TreeListMenu

    CreateStepSubNode(int, string, string, bool, bool)

    Declaration
    public int CreateStepSubNode(int step, string text, string bitmap, bool showCheckBox, bool checkBoxChecked)
    Parameters
    Type Name Description
    int step
    string text
    string bitmap
    bool showCheckBox
    bool checkBoxChecked
    Returns
    Type Description
    int

    GetStepBannerBitmaps()

    Declaration
    public string[] GetStepBannerBitmaps()
    Returns
    Type Description
    string[]

    GetStepBitmaps()

    Declaration
    public string[] GetStepBitmaps()
    Returns
    Type Description
    string[]

    GetStepCues()

    Declaration
    public string[] GetStepCues()
    Returns
    Type Description
    string[]

    GetStepText()

    Declaration
    public string[] GetStepText()
    Returns
    Type Description
    string[]

    RemoveStepSubNode(int)

    Declaration
    public void RemoveStepSubNode(int subNodeId)
    Parameters
    Type Name Description
    int subNodeId

    SetIsStepOkayHandler(IsStepOkayCallback)

    Declaration
    public void SetIsStepOkayHandler(Wizard.IsStepOkayCallback cb)
    Parameters
    Type Name Description
    Wizard.IsStepOkayCallback cb

    SetMenu(TreeListMenu)

    Declaration
    public void SetMenu(TreeListMenu menu)
    Parameters
    Type Name Description
    TreeListMenu menu

    SetOnMenuHandler(OnMenuCallback)

    Declaration
    public void SetOnMenuHandler(Wizard.OnMenuCallback cb)
    Parameters
    Type Name Description
    Wizard.OnMenuCallback cb

    SetOnMenuSelectionHandler(OnMenuSelectionCallback)

    Declaration
    public void SetOnMenuSelectionHandler(Wizard.OnMenuSelectionCallback cb)
    Parameters
    Type Name Description
    Wizard.OnMenuSelectionCallback cb

    SetOnSubNodeHandler(OnSubNodeCallback)

    Declaration
    public void SetOnSubNodeHandler(Wizard.OnSubNodeCallback cb)
    Parameters
    Type Name Description
    Wizard.OnSubNodeCallback cb

    SetStepBannerBitmaps(string[])

    Declaration
    public void SetStepBannerBitmaps(string[] bitmaps)
    Parameters
    Type Name Description
    string[] bitmaps

    SetStepBitmaps(string[])

    Declaration
    public void SetStepBitmaps(string[] bitmaps)
    Parameters
    Type Name Description
    string[] bitmaps

    SetStepCues(string[])

    Declaration
    public void SetStepCues(string[] cues)
    Parameters
    Type Name Description
    string[] cues

    SetStepNotifyPostHandler(StepNotifyPostCallback)

    Declaration
    public void SetStepNotifyPostHandler(Wizard.StepNotifyPostCallback cb)
    Parameters
    Type Name Description
    Wizard.StepNotifyPostCallback cb

    SetStepNotifyPreHandler(StepNotifyPreCallback)

    Declaration
    public void SetStepNotifyPreHandler(Wizard.StepNotifyPreCallback cb)
    Parameters
    Type Name Description
    Wizard.StepNotifyPreCallback cb

    SetStepText(string[])

    Declaration
    public void SetStepText(string[] text)
    Parameters
    Type Name Description
    string[] text

    TestCurrentStepChanged(int)

    Declaration
    public void TestCurrentStepChanged(int currentStep)
    Parameters
    Type Name Description
    int currentStep

    TestMenuAction(TaskNavigatorItem, int, int)

    Declaration
    public void TestMenuAction(Wizard.TaskNavigatorItem item, int stepNo, int subNodeId)
    Parameters
    Type Name Description
    Wizard.TaskNavigatorItem item
    int stepNo
    int subNodeId

    TestMenuSelection(TaskNavigatorItem, int, int, int)

    Declaration
    public void TestMenuSelection(Wizard.TaskNavigatorItem item, int stepNo, int subNodeId, int menuItemIndex)
    Parameters
    Type Name Description
    Wizard.TaskNavigatorItem item
    int stepNo
    int subNodeId
    int menuItemIndex

    TestSubnodeAction(int, int, SubNodeAction)

    Declaration
    public void TestSubnodeAction(int stepNo, int subNodeId, Wizard.SubNodeAction item)
    Parameters
    Type Name Description
    int stepNo
    int subNodeId
    Wizard.SubNodeAction item

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX