<ST_SplitterBarState>
(Splitter Bar State)
This type specifies the state that the splitter bar should be shown in. The splitter bar separates a primary and secondary region within a viewing area.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
The primary region occupies the greatest amount of the viewing area allowed by the application. |
|
The primary region occupies the least amount of the viewing area allowed by the application. |
|
The primary region has a specific intermediate size. |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_SplitterBarState">
<restriction base="xsd:token">
<enumeration value="minimized"/>
<enumeration value="restored"/>
<enumeration value="maximized"/>
</restriction>
</simpleType>