[This is preliminary documentation and is subject to change.]
Provides enumerated types for the document selection control.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public enum DocSelectControl |
| Visual Basic (Declaration) |
|---|
Public Enumeration DocSelectControl |
| Visual C++ |
|---|
public enum class DocSelectControl |
Members
| Member name | Description | |
|---|---|---|
| None |
Document Select control is not present.
| |
| CheckBoxInNode |
There is a checkbox in the node (directories).
| |
| CheckBoxInLeaf |
There is a checkbox in the leaves(files).
| |
| CheckBoxAll |
Checkbox is present in both nodes and leaves.
| |
| RadioButtonInNode |
A Radio button is present in all the nodes(directories).
| |
| RadioButtonInLeaf |
A radio button is present in all the leaves(files).
| |
| RadioButtonAll |
Radio button is present in both leaves and nodes.
|
