| Method Summary |
| String | GetFilterString
()
Get method for attribute
"FilterString"
The filter string used for file extensions. The extensions must be specified with wildcards and seperated by commas; for example, "*.prt,*.txt".
|
|
/*optional*/
String | GetPreselectedItem
()
Get method for attribute
"PreselectedItem"
A preselected file or item.
|
| void | SetFilterString
(String value)
Set method for attribute
"FilterString"
The filter string used for file extensions. The extensions must be specified with wildcards and seperated by commas; for example, "*.prt,*.txt".
|
| void | SetPreselectedItem
(
/*optional*/
String value)
Set method for attribute
"PreselectedItem"
A preselected file or item.
|