Specifies expansion (+/-) button state
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public enum ExpansionButtonState |
| Visual Basic |
|---|
Public Enumeration ExpansionButtonState |
| Visual C++ |
|---|
public enum class ExpansionButtonState |
| F# |
|---|
type ExpansionButtonState |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Hidden | 0 | The button is not visible | |
| Expanded | 1 | The content is expanded (+) | |
| Collapsed | 2 | The content is collapsed (-) |