ListBoxButtonPosition Enumeration |
Specifies the position of the buttons in a
KaxListBox.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum ListBoxButtonPosition
Public Enumeration ListBoxButtonPosition
public enum class ListBoxButtonPosition
type ListBoxButtonPosition
Members
| Member name | Value | Description |
---|
| Right | 0 |
The buttons appear to the right of the listbox
|
| Bottom | 1 |
The buttons appear below the listbox
|
| Left | 2 |
The buttons appear to the left of the listbox
|
| Top | 3 |
The buttons appear above the listbox
|
See Also