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