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.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic string FileExt { get; set; }
Public Property FileExt As String
Get
Set
public:
property String^ FileExt {
String^ get ();
void set (String^ value);
}
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