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

Enumerated type for the alphabetic filter in the User Manager

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public enum AlphabetFilter
Visual Basic (Declaration)
Public Enumeration AlphabetFilter
Visual C++
public enum class AlphabetFilter

Members

Member nameDescription
All
Selection of the All Link.
A
Selection of 'A' link.
B
Selection of 'B' link.
C
Selection of 'C' link.
D
Selection of 'D' link.
E
Selection of 'E' link.
F
Selection of 'F' link.
G
Selection of 'G' link.
H
Selection of 'H' link.
I
Selection of 'I' link.
J
Selection of 'J' link.
K
Selection of 'K' link.
L
Selection of 'L' link.
M
Selection of 'M' link.
N
Selection of 'N' link.
O
Selection of 'O' link.
P
Selection of 'P' link.
Q
Selection of 'Q' link.
R
Selection of 'R' link.
S
Selection of 'S' link.
T
Selection of 'T' link.
U
Selection of 'U' link.
V
Selection of 'V' link.
W
Selection of 'W' link.
X
Selection of 'X' link.
Y
Selection of 'Y' link.
Z
Selection of 'Z' link.

See Also