Name | Description | |
---|---|---|
FindOptions Constructor |
The following tables list the members exposed by FindOptions.
Name | Description | |
---|---|---|
FindOptions Constructor |
Name | Description | |
---|---|---|
getLookAt | Get one of the LookAt enum. | |
getLookIn | Get one of the FindLookIn enum. | |
getMatchByte | Get MatchByte way. True to have double-byte characters match only double-byte characters. False to have double-byte characters match their single-byte equivalents. | |
getMatchCase | Get the search case sensitive. The default value is False . | |
getSearchDirection | Get the search direction. Can be one of the SearchDirection enum. | |
getSearchFormat | Get the search format. The default value is null. | |
getSearchOrder | Get one of the SearchOrder enum. | |
setLookAt | Set one of the LookAt enum. | |
setLookIn | Set one of the FindLookIn enum. | |
setMatchByte | Set MatchByte way. True to have double-byte characters match only double-byte characters. False to have double-byte characters match their single-byte equivalents. | |
setMatchCase | Set the search case sensitive. The default value is False . | |
setSearchDirection | Set the search direction. Can be one of the SearchDirection enum. | |
setSearchFormat | Set the search format. The default value is null. | |
setSearchOrder | Set one of the SearchOrder enum. |