constants ClipModeLiteralsEnum
The ClipModeLiteralsEnum type indicates the way the control's text/value is gathered. The TextIncludeLiterals, TextIncludeLiteralsLoseFocus or Value property may use the ClipModeLiteralsEnum type. The ClipModeLiteralsEnum type supports the following values:

NameValueDescription
exClipModeLiteralsNone0 Gets the full text.
exClipModeLiteralsInclude1 Gets the value with no placeholders.
exClipModeLiteralsExclude2 Gets the value with no placeholders and literals.
exClipModeLiteralsEscape3 Gets the value of the optional, required and escaped entities. The quoted literals are not included.