NextButtonProperties Constructors
Contains settings specific to the button that when clicked, navigates a user to the next page.Name | Parameters | Description |
---|---|---|
NextButtonProperties(IPropertiesOwner, Boolean, String) | owner, visible, text | Initializes a new instance of the NextButtonProperties class with the specified settings. |
NextButtonProperties(IPropertiesOwner, Boolean) | owner, visible | Initializes a new instance of the NextButtonProperties class. |
NextButtonProperties(IPropertiesOwner) | owner | Initializes a new instance of the NextButtonProperties class with the specified owner. |
See Also