MaskedTextBox.TextMaskFormat 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值决定原义字符和提示字符是否包括在格式化字符串中。
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 值之一。 默认值为 IncludeLiterals。
例外
用无效的 MaskFormat 值设置的属性。
注解
该 TextMaskFormat 属性确定生成格式化字符串时掩码中的文本和提示字符的处理方式。 更具体地说,它确定是否在属性中包含 Text 文本字符、提示字符或两者。 排除提示字符后,它们将转换为格式化字符串中的空格。
备注
该 CutCopyMaskFormat 属性在解释属性的方式 Text 方面具有类似的用途。