Search Results for

    Show / Hide Table of Contents

    Class Wizard

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    Wizard
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    UIBlock.GetProperties()
    UIBlock.Focus()
    UIBlock.Enable
    UIBlock.Expanded
    UIBlock.Group
    UIBlock.Label
    UIBlock.Name
    UIBlock.Show
    UIBlock.Type
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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)
    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
    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
    Type Description
    PropertyList

    ShowTaskNavigator

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

    Methods

    CreateMenu()

    Declaration
    public TreeListMenu CreateMenu()
    Returns
    Type Description
    TreeListMenu

    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
    Type Name Description
    Wizard.IsStepOkayCallback cb

    SetMenu(TreeListMenu)

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

    SetOnMenuHandler(Wizard.OnMenuCallback)

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

    SetOnMenuSelectionHandler(Wizard.OnMenuSelectionCallback)

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

    SetOnSubNodeHandler(Wizard.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
    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
    Type Name Description
    Wizard.StepNotifyPostCallback cb

    SetStepNotifyPreHandler(Wizard.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
    System.String[] text

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX