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