FileMask Mask Property CleanCode C# Libraries v1.2.03 API
Gets or sets the set of file masks in the displayed mask text box.

Namespace: CleanCode.GeneralComponents.Controls
Assembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public string Mask { get; set; }

Field Value

The mask(s).
Remarks

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.
See Also