MaskedTextBox.TextMaskFormat 属性

定义

获取或设置一个值,该值决定原义字符和提示字符是否包括在格式化字符串中。

public:
 property System::Windows::Forms::MaskFormat TextMaskFormat { System::Windows::Forms::MaskFormat get(); void set(System::Windows::Forms::MaskFormat value); };
public System.Windows.Forms.MaskFormat TextMaskFormat { get; set; }
member this.TextMaskFormat : System.Windows.Forms.MaskFormat with get, set
Public Property TextMaskFormat As MaskFormat

属性值

MaskFormat

MaskFormat 值之一。 默认值为 IncludeLiterals

例外

用无效的 MaskFormat 值设置的属性。

注解

TextMaskFormat 属性确定生成格式化字符串时掩码中的文本和提示字符的处理方式。 更具体地说,它确定是否在属性中包含 Text 文本字符、提示字符或两者。 排除提示字符后,它们将转换为格式化字符串中的空格。

备注

CutCopyMaskFormat 属性在解释属性的方式 Text 方面具有类似的用途。

适用于

另请参阅