mcPanelsOptions Enumeration
|
|
Commom panel options.
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Enumeration mcPanelsOptions
Members
| Member name | Value | Description |
---|
| mcpoNone | 0 |
No special options selected.
The control will be disposed; could be undocked and docked to any side (except top); and persisted between sessions.
|
| mcpoUpdateSize | 1 |
Update height/width (make height/ width equal for controls in vertical/horizontal direction).
|
| mcpoDoNotDispose | 2 |
Do not call IDisposable.Dispose if control removed from the panel.
|
| mcpoNotPersistable | 4 |
Do not persist control between sessions.
|
| mcpoCannotUndock | 8 |
Control cannot be undocked.
|
| mcpoCannotDockLeft | 16 |
Control cannot be docked to the left.
|
| mcpoCannotDockRight | 32 |
Control cannot be docked to the right.
|
| mcpoCannotDockTop | 64 |
Control cannot be docked to the top.
|
| mcpoCannotDockBottom | 128 |
Control cannot be docked to the bottom.
|
| mcpoShowDockingButtons | 256 |
Show docking buttons.
|
| mcpoStandalone | 512 |
Standalone - app mode (caanot be docked as tab panel).
|
Remarks
See Also