Visual Basic: MaskedEdit Control

ClipMode Property

See Also   Example   Applies To

Determines whether to include or exclude the literal characters in the input mask when doing a cut or copy command.

Syntax

[form.]MaskedEdit.ClipMode [ = setting%]

Remarks

The following table lists the ClipMode property settings for the MaskedEdit control.

Setting Description
mskIncludeLiterals (0) (Default) Include literals on a cut or copy command.
mskExcludeLiterals (1) Exclude literals on a cut or copy command.

This property has no effect if the Mask property is set to the empty string ("").

Data Type

Integer (Enumerated)