docs » cp.ui.Splitter
Represents an AXSplitter.
- Constants - Useful values which cannot be changed
- HORIZONTAL_ORIENTATION
- VERTICAL_ORIENTATION
- Fields - Variables which can only be accessed from an object returned by a constructor
- horizontal
- orientation
- vertical
| Signature | cp.ui.Splitter.HORIZONTAL_ORIENTATION <string> |
|---|---|
| Type | Constant |
| Description | The value for AXOrientation when it is horizontal. |
| Signature | cp.ui.Splitter.VERTICAL_ORIENTATION <string> |
|---|---|
| Type | Constant |
| Description | The value for AXOrientation when it is vertical. |
| Signature | cp.ui.Splitter.horizontal <cp.prop: boolean; read-only> |
|---|---|
| Type | Field |
| Description | Is true if the Splitter is horizontal, otherwise false. |
| Signature | cp.ui.Splitter.orientation <cp.prop: string; read-only> |
|---|---|
| Type | Field |
| Description | The AXOrientation string. |
| Signature | cp.ui.Splitter.vertical <cp.prop: boolean; read-only> |
|---|---|
| Type | Field |
| Description | Is true if the Splitter is vertical, otherwise false. |