[This is preliminary documentation and is subject to change.]

Provides enumerated types for the document selection control.

Namespace:  OfficeClip.Utils
Assembly:  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 nameDescription
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.

See Also