See Also
Enumerations
Name | Values |
| This class exposes no enumerations. |
Constants
Name | Type | Value |
PanelPositionCenter | Integer | 0 |
PanelPositionEast | Integer | 2 |
PanelPositionNorth | Integer | 1 |
PanelPositionSouth | Integer | 3 |
PanelPositionWest | Integer | 4 |
Events
Definition | Description |
PanelClosed( thePanel as GraffitiWebLayoutPanel ) | Fires when the user clicks the close button on a panel. |
PanelHidden( thePanel as GraffitiWebLayoutPanel ) | Is fired when a panel is hidden while closed. |
PanelOpened( thePanel as GraffitiWebLayoutPanel ) | Fired when the user clicks on the close button while a panel is closed. |
PanelResized( thePanel as GraffitiWebLayoutPanel ) | Is fired when the user drags the resizer to modify a panel's dimensions. |
PanelShown( thePanel as GraffitiWebLayoutPanel ) | Fires when the user hovers their mouse over a closed panel. |
Methods
Definition | Description |
ClosePanel( thePanel as Integer ) | Closes the specified panel. |
HidePanel( thePanel as Integer ) | Hides the specified panel. |
OpenPanel( thePanel as Integer ) | Opens the specified panel. |
ResizePanel( thePanel as Integer ) | Force a panel size update. |
ShowPanel( thePanel as Integer ) | Shows the specified panel. |
SizePanel( thePanel as Integer, PixelSize as Integer ) | Update the size of a panel. |
TogglePanel( thePanel as Integer ) | Alternatively shows/hides the specified panel. |
Properties
Name | Type | Default Value | Description |
PanelCenter | GraffitiWebLayoutPanel | Nil | The panel in the center. |
PanelEast | GraffitiWebLayoutPanel | Nil | The panel to the right of the main panel. |
PanelNorth | GraffitiWebLayoutPanel | Nil | The panel above the main panel. |
PanelSouth | GraffitiWebLayoutPanel | Nil | The panel below the main panel. |
PanelWest | GraffitiWebLayoutPanel | Nil | The panel to the left of the main panel. |
StyleCloseHandleEW | WebStyle | Nil | Style for East and West close buttons. |
StyleCloseHandleNS | WebStyle | Nil | Style for the North and South close buttons. |
StyleResizeHandleEW | WebStyle | Nil | Style for East and West resize handles. |
StyleResizeHandleNS | WebStyle | Nil | Style for the North and South resize handlers. |
Notes
This class has no notes currently.