Click or drag to resize
ListBoxTransferButtons Enumeration

Specifies which transfer buttons should be shown in KaxListBox. Members might be combined using bitwise operators allowing for custom configurations.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[FlagsAttribute]
public enum ListBoxTransferButtons
Members
  Member nameValueDescription
TransferTo1 Displays the transfer to button
TransferFrom2 Displays the transfer from button
TransferAllTo4 Displays the transfer all to button
TransferAllFrom8 Displays the transfer all from button
All15 Displays all buttons
Common3 Displays the transfer to and transfer from buttons only
See Also