Click or drag to resize

mcPanelsOptions Enumeration

Commom panel options.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Enumeration mcPanelsOptions
Members
  Member nameValueDescription
mcpoNone0 No special options selected. The control will be disposed; could be undocked and docked to any side (except top); and persisted between sessions.
mcpoUpdateSize1 Update height/width (make height/ width equal for controls in vertical/horizontal direction).
mcpoDoNotDispose2 Do not call IDisposable.Dispose if control removed from the panel.
mcpoNotPersistable4 Do not persist control between sessions.
mcpoCannotUndock8 Control cannot be undocked.
mcpoCannotDockLeft16 Control cannot be docked to the left.
mcpoCannotDockRight32 Control cannot be docked to the right.
mcpoCannotDockTop64 Control cannot be docked to the top.
mcpoCannotDockBottom128 Control cannot be docked to the bottom.
mcpoShowDockingButtons256 Show docking buttons.
mcpoStandalone512 Standalone - app mode (caanot be docked as tab panel).
Remarks