Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / WizardCommands Class
Members


In This Topic
    WizardCommands Class
    In This Topic
    Provides a set of commands that can be used to accomplish various actions associated with the Wizard control.
    Syntax
    'Declaration
     
    Public MustInherit NotInheritable Class WizardCommands 
    'Usage
     
    Dim instance As WizardCommands
    public static class WizardCommands 
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.Toolkit.WizardCommands

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets or sets the Cancel routed command.  
    Public Propertystatic (Shared in Visual Basic)Gets or sets the Finish routed command.  
    Public Propertystatic (Shared in Visual Basic)Gets or sets the Help routed command.  
    Public Propertystatic (Shared in Visual Basic)Gets or sets the NextPage routed command.  
    Public Propertystatic (Shared in Visual Basic)Gets or sets the PreviousPage routed command.  
    Public Propertystatic (Shared in Visual Basic)Gets or sets the SelectPage routed command.  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also