AllowFind Property
Property that allows you to get or set whether users can search
the contents of the dialog box by right clicking the dialog box.
object.AllowFind
= new_state
existing_state = object.AllowFind
Arguments
|
object |
|
Required. A
variable containing a dialog object created by calling CreateObject or
new ActiveXControl. |
|
new_state |
|
Required. True if users can search, False
otherwise. |
|
existing_state |
|
Required. True if users can search, False
otherwise. |
Remarks
None.
Example
None. |