|
|
|
SftMaskAutoComplete.DefaultDirectory Property |
Defines the default directory for filenames and directory lists.
Syntax
VB.NET |
String = object.DefaultDirectory As String |
||
VB |
String = object.DefaultDirectory As String |
||
C#.NET |
string String = object.DefaultDirectory; |
||
VC++ |
_bstr_t String = object->DefaultDirectory;
|
||
C |
HRESULT object->get_DefaultDirectory(BSTR* String); |
||
Delphi |
String := object.DefaultDirectory : WideString; |
||
VB.NET |
object.DefaultDirectory = String As String |
||
VB |
object.DefaultDirectory = String As String |
||
C#.NET |
string object.DefaultDirectory = String; |
||
VC++ |
_bstr_t object->DefaultDirectory = String;
|
||
C |
HRESULT object->put_DefaultDirectory(BSTR String); |
||
Delphi |
object.DefaultDirectory := String : WideString; |
object
A SftMaskAutoComplete object.
String
Defines the default directory for filenames and directory lists.
Comments
The DefaultDirectory property defines the default directory for filenames and directory lists.
This property is ignored when the AutoComplete.Contents property is set to contentsSftMaskText.
When autocomplete displays files or directories, it shows files and directories found in the directory defined using the DefaultDirectory property or using the partial path entered in the edit control.