| panels.js | |
| Panels | |
| ngAlignPanel (ngAlignFrame) | Standard align panel control (based on ngPanel/ngFrame). |
| Properties | |
| AutoSize | ... |
| Child Controls Properties | |
| ControlAlign | ... |
| AlignAutoUpdate | ... |
| Methods | |
| CtrlBringToFront | void CtrlBringToFront (object ctrl) |
| CtrlSendToBack | void CtrlSendToBack (object ctrl) |
| CtrlInsertAfter | void CtrlInsertAfter (object ctrl, object whichctrl) |
| CtrlInsertBefore | void CtrlInsertBefore (object ctrl, object whichctrl) |
| ngSplitPanel | This class implements a generic split panel control. |
| Definition | |
| Controls1 | ... |
| Controls2 | ... |
| ControlsPanel1 | Controls panel definition. |
| ControlsPanel2 | Controls panel definition. |
| Properties | |
| PanelAlign | ... |
| ResizeMode | ... |
| Size | ... |
| MinSize | ... |
| MaxSize | ... |
| AutoMinimize | ... |
| AutoMaximize | ... |
| HandleVisible | ... |
| MoverStartImg | ... |
| MoverMiddleImg | ... |
| MoverEndImg | ... |
| HandleImg | ... |
| Methods | |
| SetSize | Changes size of split panel. |
| Minimize | Minimizes split panel. |
| Maximize | Maximizes split panel. |
| Restore | Restores split panel to its normal size. |
| IsMaximized | Determines if split panel is maximized. |
| IsMinimized | Determines if split panel is minimized. |
| Events | |
| OnGetImg | |
| OnResize | |
| OnHandleClick | |
| OnSizeChanging | |
| OnSizeChanged | |
| OnMinimize | |
| OnMaximize | |
| OnRestore | |
| ngDropPanel | This class implements a generic drop-down panel control. |
| Definition | |
| DroppedDown | Determines if panel is dropped down when created. |
| CW | ClientRect width. |
| CH | ClientRect height. |
| ControlsPanel | Controls panel definition. |
| Properties | |
| Button | ... |
| Methods | |
| GetClientRect | Gets client rectangle dimensions. |
| SetClientRect | Sets client rectangle dimensions. |
| Events | |
| OnDropDown |
Standard align panel control (based on ngPanel/ngFrame).
| Properties | |
| AutoSize | ... |
| Child Controls Properties | |
| ControlAlign | ... |
| AlignAutoUpdate | ... |
| Methods | |
| CtrlBringToFront | void CtrlBringToFront (object ctrl) |
| CtrlSendToBack | void CtrlSendToBack (object ctrl) |
| CtrlInsertAfter | void CtrlInsertAfter (object ctrl, object whichctrl) |
| CtrlInsertBefore | void CtrlInsertBefore (object ctrl, object whichctrl) |
This class implements a generic split panel control.
new ngSplitPanel ([string id])
| id | parent element |
Abstract class ngControl.
| Definition | |
| Controls1 | ... |
| Controls2 | ... |
| ControlsPanel1 | Controls panel definition. |
| ControlsPanel2 | Controls panel definition. |
| Properties | |
| PanelAlign | ... |
| ResizeMode | ... |
| Size | ... |
| MinSize | ... |
| MaxSize | ... |
| AutoMinimize | ... |
| AutoMaximize | ... |
| HandleVisible | ... |
| MoverStartImg | ... |
| MoverMiddleImg | ... |
| MoverEndImg | ... |
| HandleImg | ... |
| Methods | |
| SetSize | Changes size of split panel. |
| Minimize | Minimizes split panel. |
| Maximize | Maximizes split panel. |
| Restore | Restores split panel to its normal size. |
| IsMaximized | Determines if split panel is maximized. |
| IsMinimized | Determines if split panel is minimized. |
| Events | |
| OnGetImg | |
| OnResize | |
| OnHandleClick | |
| OnSizeChanging | |
| OnSizeChanged | |
| OnMinimize | |
| OnMaximize | |
| OnRestore |
This class implements a generic drop-down panel control.
new ngDropPanel ([string id])
| id | parent element |
Abstract class ngControl.
| Definition | |
| DroppedDown | Determines if panel is dropped down when created. |
| CW | ClientRect width. |
| CH | ClientRect height. |
| ControlsPanel | Controls panel definition. |
| Properties | |
| Button | ... |
| Methods | |
| GetClientRect | Gets client rectangle dimensions. |
| SetClientRect | Sets client rectangle dimensions. |
| Events | |
| OnDropDown |
...
this.PanelAlign
...
this.ResizeMode
...
this.Size
...
this.MinSize
...
this.MaxSize
...
this.AutoMinimize
...
this.AutoMaximize
...
this.HandleVisible
...
this.MoverStartImg
...
this.MoverMiddleImg
...
this.MoverEndImg
...
this.HandleImg
...
this.Button