HideReadOnly_State - AbstractFileDialog
Determines whether the checkbox is hidden
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer HideReadOnly_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get HideReadOnly_State to IntegerVariable |
| Write Access: | Set HideReadOnly_State to IntegerVariable/Value |
Description
The dialog contains a checkbox labeled Open as read-only. The HideReadOnly_State property determines whether the checkbox is hidden.
In OpenDialog, default is false. In SaveAsDialog, default is true.