ControlObjectsVisibility Enumeration |
Specifies which control objects will be visible on a KaxUpload control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax [FlagsAttribute]
public enum ControlObjectsVisibility
<FlagsAttribute>
Public Enumeration ControlObjectsVisibility
[FlagsAttribute]
public enum class ControlObjectsVisibility
[<FlagsAttribute>]
type ControlObjectsVisibility
Members
| Member name | Value | Description |
---|
| None | 0 | Only the file inputs will be visible. |
| CheckBoxes | 1 | Display checkboxes for selecting a file input. |
| RemoveButtons | 2 | Display buttons for removing a file input. |
| ClearButtons | 4 | Display buttons for clearing a file input. |
| AddButton | 8 | Display button for adding a file input. |
| DeleteSelectedButton | 16 | Display button for removing the file inputs with checked checkboxes. |
| Default | 27 | CheckBoxes | RemoveButtons | AddButton | DeleteSelectedButton |
| All | 31 |
CheckBoxes | RemoveButtons | ClearButtons | AddButton |
DeleteSelectedButton
|
See Also