Gets or sets the set of file masks in the displayed mask text box.
Namespace: CleanCode.GeneralComponents.ControlsAssembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
public string Mask { get; set; }
public string Mask { get; set; }
Public Property Mask As String
Get
Set
Public Property Mask As String
Get
Set
public:
property String^ Mask {
String^ get ();
void set (String^ value);
}
Field Value
The mask(s).
A single mask may contain standard Windows wildcards (i.e. question mark or asterisk)
to specify multiple files to match.
Multiple masks may be supplied, separating each mask
with lines, commas, spaces, or vertical bars.