MaskedTextBox.CutCopyMaskFormat Property
.NET Framework 3.0
Gets or sets a value that determines whether literals and prompt characters are copied to the clipboard.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)
Assembly: System.Windows.Forms (in system.windows.forms.dll)
/** @property */ public MaskFormat get_CutCopyMaskFormat () /** @property */ public void set_CutCopyMaskFormat (MaskFormat value)
public function get CutCopyMaskFormat () : MaskFormat public function set CutCopyMaskFormat (value : MaskFormat)
Not applicable.
Property Value
One of the MaskFormat values. The default is IncludeLiterals.The CutCopyMaskFormat property determines how text, selected within the MaskedTextBox control, is interpreted when it is copied to the clipboard or retrieved through the SelectedText property. Specifically, it determines whether literal characters, prompt characters, or both are included when selected text is accessed. When prompt characters are excluded, they are transformed into spaces in the copied string.
Note: |
|---|
| The TextMaskFormat property serves a similar purpose with respect to how the Text property is interpreted. |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Note: