FullOpen_State - ColorDialog
Determines whether the dialog box should show both color sections upon initialization
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean FullOpen_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get FullOpen_State to BooleanVariable |
| Write Access: | Set FullOpen_State to BooleanVariable/Value |
Description
The color dialog is defined in two sections. The first section shows standard colors and the other section lets users select custom colors. The FullOpen_State property determines whether the dialog box should (true) show both sections upon initialization. If false, only the standard-colors dialog is shown.
Default is true.