Click or drag to resize
ListBoxButtonPosition Enumeration
Specifies the position of the buttons in a KaxListBox.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum ListBoxButtonPosition
Members
  Member nameValueDescription
Right0 The buttons appear to the right of the listbox
Bottom1 The buttons appear below the listbox
Left2 The buttons appear to the left of the listbox
Top3 The buttons appear above the listbox
See Also