AllButtonProperties Constructors
Contains settings specific to the button that when clicked, displays the content of all the pages.Name | Parameters | Description |
---|---|---|
AllButtonProperties(IPropertiesOwner, Boolean, String) | owner, visible, text | Initializes a new instance of the AllButtonProperties class with the specified settings. |
AllButtonProperties(IPropertiesOwner, Boolean) | owner, visible | Initializes a new instance of the AllButtonProperties class. |
AllButtonProperties(IPropertiesOwner) | owner | Initializes a new instance of the AllButtonProperties class with the specified owner. |
See Also