MaskDescriptor.Sample 属性

定义

获取掩码的格式化字符串示例。

public:
 abstract property System::String ^ Sample { System::String ^ get(); };
public abstract string Sample { get; }
public abstract string? Sample { get; }
member this.Sample : string
Public MustOverride ReadOnly Property Sample As String

属性值

一个 String,其中包含通过使用 Mask 格式化的文本。

注解

属性Sample显示在控件的可视化编辑器MaskedTextBox“数据格式”列中。

适用于

另请参阅