Click or drag to resize

BasicNoUIObjFileDesc Property

Gets or sets the text description used in the "List of Files Types" section (in the lower left hand corner) of the File | Open dialog box.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public string FileDesc { get; set; }

Property Value

String
The text description used in the "List of Files Types" section of the File | Open dialog box.
Remarks

Multiple file type descriptions are separated by pipe ('|') characters. The default value is "WinWrap Basic File".

See Also