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