| Interface | Description |
|---|---|
| ConfigurationCommand<T> |
Base interface for configuring a single control.
|
| CreationCommand<T> |
Base interface for creating a single slider.
|
| Class | Description |
|---|---|
| BackgroundColorCommand |
A configure command that sets the specified background color on the
specified component.
|
| ChainCommand<T> |
Chain command - applies a chain of configure commands on a component.
|
| ClientPropertyCommand |
A configure command that sets the specified client property to the
specified value.
|
| DisableCommand |
A configure command that disables the specified component.
|
| DisableViewportCommand |
A configure command that disables the viewport component specified component.
|
| EnableCommand |
A configure command that enables the specified component.
|
| ForegroundColorCommand |
A configure command that sets the specified foreground color on the
specified component.
|
| MinimizeInternalFrameCommand |
A configure command that minimizes internal frames.
|
| SelectCommand |
A configure command that selects the specified component.
|
| SetBoundsCommand |
A configure command that sets bounds for the specified component.
|