Click or drag to resize

BasicNoUIObjFileExt Property

Gets or sets the file extension used in the "List of File 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 FileExt { get; set; }

Property Value

String
The file extension used in the "List of File Types" section of the File | Open dialog box.
Remarks

Multiple file type extensions are separated by pipe ('|') or semi-colon (';') characters. ('|' separates groups and ';' separates extensions in the group.) The default value is "BAS".

See Also