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