Click or drag to resize
ControlObjectsVisibility Enumeration
Specifies which control objects will be visible on a KaxUpload control.

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 ControlObjectsVisibility
Members
  Member nameValueDescription
None0Only the file inputs will be visible.
CheckBoxes1Display checkboxes for selecting a file input.
RemoveButtons2Display buttons for removing a file input.
ClearButtons4Display buttons for clearing a file input.
AddButton8Display button for adding a file input.
DeleteSelectedButton16Display button for removing the file inputs with checked checkboxes.
Default27CheckBoxes | RemoveButtons | AddButton | DeleteSelectedButton
All31 CheckBoxes | RemoveButtons | ClearButtons | AddButton | DeleteSelectedButton
See Also