MaskedTextBox.CutCopyMaskFormat 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值决定是否将原义字符和提示字符复制到剪贴板中。
public:
property System::Windows::Forms::MaskFormat CutCopyMaskFormat { System::Windows::Forms::MaskFormat get(); void set(System::Windows::Forms::MaskFormat value); };
public System.Windows.Forms.MaskFormat CutCopyMaskFormat { get; set; }
member this.CutCopyMaskFormat : System.Windows.Forms.MaskFormat with get, set
Public Property CutCopyMaskFormat As MaskFormat
属性值
MaskFormat 值之一。 默认值为 IncludeLiterals。
例外
用无效的 MaskFormat 值设置的属性。
注解
属性 CutCopyMaskFormat 确定在将文本复制到剪贴板或通过 属性检索文本时如何解释在控件中选择 MaskedTextBox 的文本 SelectedText 。 具体而言,它确定在访问所选文本时是否包含文本字符和/或提示字符。 排除提示字符时,它们将转换为复制的字符串中的空格。
注意
属性 TextMaskFormat 在解释属性的方式 Text 方面用途类似。