Nevron.Nov.UI Namespace / NWizardPage Class
Fields Properties Methods Events


In This Topic
    NWizardPage Class Members
    In This Topic

    The following tables list the members exposed by NWizardPage.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldGets whether this page enables the wizzard finish button. Set this delegate to gain control over the enabled state of the finish button.  
    Public FieldCalled to get the next page index. Set this delegate to gain control over the page flow.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the IsFinal property  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NWizardStep  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Title property  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether this is the final wizzard page.  
    Public PropertyGets the wizard dialog to which this page belongs  
    Public PropertyGets or sets the wizzard page title.  
    Top
    Public Methods
     NameDescription
    Public MethodGets whether the wizard can finish when this is the active page of the wizard. The default implementation tries to call the CanFinishDelegate. If it is not provided it returns true if this is the last step in the wizard.  
    Public MethodGets the index of the page. The default implementation tries to call the GetNextPageIndexDelegate. If it is not provided it returns the index of the next page in the wizard.  
    Top
    See Also