Back to Devexpress

TdxDockingManager Members

vcl-dxdockcontrol-dot-tdxdockingmanager-dot-underscore-members.md

latest20.5 KB
Original Source

TdxDockingManager Members

A docking manager.

Constructors

NameDescription
Create(TComponent)Inherited from TComponent.

Properties

NameDescription
AutoHideIntervalSpecifies the time interval that passes before auto hiding a dock control.
AutoHideMovingIntervalSpecifies the time interval that passes between docking control displacements when it slides from the hidden to visible state or vice versa.
AutoHideMovingSizeSpecifies the sliding step for controls whose auto hide feature is enabled.
AutoShowIntervalSpecifies the time interval that passes before making auto hidden dock controls visible.
ColorSpecifies the color of dock controls that use the manager’s color settings.
ComObjectInherited from TComponent.
ComponentCountInherited from TComponent.
ComponentIndexInherited from TComponent.
ComponentsInherited from TComponent.
ComponentStateInherited from TComponent.
ComponentStyleInherited from TComponent.
DefaultFloatSitePropertiesSpecifies the default settings for float sites.
DefaultHorizContainerSitePropertiesSpecifies the default settings for horizontal side containers.
DefaultLayoutSitePropertiesSpecifies the default settings for layout sites.
DefaultSitesPropertiesProvides indexed access to objects specifying the default settings of dock controls.
DefaultSitesPropertiesCountReturns the number of elements in the DefaultSitesProperties list.
DefaultTabContainerSitePropertiesSpecifies the default settings for tab containers.
DefaultVertContainerSitePropertiesSpecifies the default settings for vertical side containers.
DesignInfoInherited from TComponent.
DockStyleSpecifies the docking mode.
DockZonesWidthSpecifies the default width of dock zones.
FakeComponentLink1Inherited from TcxComponent.
FakeComponentLink2Inherited from TcxComponent.
FakeComponentLink3Inherited from TcxComponent.
FontSpecifies the font used by dock controls.
ImagesSpecifies the source of images used by dock controls.
IsDesigningInherited from TcxComponent.
IsDestroyingInherited from TcxComponent.
IsLoadingInherited from TcxComponent.
LookAndFeelProvides look and feel settings for dock controls.
NameInherited from TComponent.
ObserversInherited from TComponent.
OptionsSpecifies a set of flags affecting the behavior of dock controls.
OwnerInherited from TComponent.
PainterClassReturns the painter class used to paint dock controls.
ParentFormReturns the form where the docking manager resides.
PixelsPerInch protectedReturns the DPI value corresponding to the component’s current scaling factor. Inherited from TcxScalableComponent.
ResizeStyleSpecifies the panel resize style.
ResizeZonesWidthSpecifies the default width of resize zones.
ScalableSpecifies if the component’s content should be scaled. Inherited from TcxScalableComponent.
ScaleFactor protectedReturns the component’s scale factor. Inherited from TcxScalableComponent.
SelectionFrameWidthSpecifies the default width of the pen used to paint the docking frame and resizing bar.
TabsScrollIntervalSpecifies the scrolling interval for tabs.
TagInherited from TComponent.
UseDefaultSitesPropertiesSpecifies whether dynamically created dock controls use default settings provided by the docking manager.
VCLComObjectInherited from TComponent.

Methods

NameDescription
Assign(TPersistent)Inherited from TPersistent.
AssignTo(TPersistent)Inherited from TPersistent.
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject)Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject)Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject)Inherited from TComponent.
BeginInvoke(TAsyncFunctionEvent,TObject)Inherited from TComponent.
BeginInvoke(TAsyncProcedureEvent,TObject)Inherited from TComponent.
BeginInvoke(TProc,TObject)Inherited from TComponent.
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject)Inherited from TComponent.
BeginInvoke<TResult>(TFunc<TResult>,TObject)Inherited from TComponent.
ChangeScale(Integer,Integer) protectedScales the component and the associated controls and/or UI elements using the specified numerator and denominator values. Inherited from TcxScalableComponent.
DestroyComponentsInherited from TComponent.
DestroyingInherited from TComponent.
EndFunctionInvoke(IAsyncResult)Inherited from TComponent.
EndInvoke(IAsyncResult)Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult)Inherited from TComponent.
Equals(TObject)Inherited from TObject.
ExecuteAction(TBasicAction)Inherited from TComponent.
FindComponent(String)Inherited from TComponent.
FreeNotification(TComponent)Inherited from TComponent.
FreeOnReleaseInherited from TComponent.
GetChildren(TGetChildProc,TComponent)Inherited from TComponent.
GetHashCodeInherited from TObject.
GetNamePathInherited from TPersistent.
GetOwnerInherited from TPersistent.
GetParentComponentInherited from TComponent.
HasParentInherited from TComponent.
InsertComponent(TComponent)Inherited from TComponent.
IsImplementorOf(IInterface)Inherited from TComponent.
Loaded protectedInitializes the component following the application form loading. Inherited from TcxScalableComponent.
LoadLayoutFromIniFile(string)Loads the layout of dock controls from the specified file.
LoadLayoutFromRegistry(string)Loads the layout of dock controls stored at the specified registry path.
LoadLayoutFromStream(TStream)Loads the layout of dock controls from the specified stream.
Notification(TComponent,TOperation)Inherited from TComponent.
ReferenceInterface(IInterface,TOperation)Inherited from TComponent.
RemoveComponent(TComponent)Inherited from TComponent.
RemoveFreeNotification(TComponent)Inherited from TComponent.
SaveLayoutToIniFile(string)Saves the layout of dock controls to the specified file.
SaveLayoutToRegistry(string)Saves the dock controls layout to the specified registry path.
SaveLayoutToStream(TStream)Saves the layout of dock controls to the specified stream.
ScaleForPPI(Integer)Scales the component according to the specified DPI value. Inherited from TcxScalableComponent.
SetParentComponent(TComponent)Inherited from TComponent.
SetSubComponent(Boolean)Inherited from TComponent.
ToStringInherited from TObject.
UpdateAction(TBasicAction)Inherited from TComponent.

Events

NameDescription
OnActiveDockControlChangedFires when the active dock control is changed.
OnCreateFloatSiteThis event fires immediately after a float site has been created.
OnCreateLayoutSiteThis event fires in response to layout site creation.
OnCreateMissingDockControl
OnCreateSideContainerThis event fires in response to side container creation.
OnCreateTabContainerThis event fires in response to tab container creation.
OnCustomDrawDockingSelectionEnables you to custom paint docking selections.
OnCustomDrawResizingSelectionEnables you to custom paint resizing bars.
OnLayoutChangedThis event fires each time the layout of dock control changes.
OnSetFloatFormCaptionEnables you to change float form settings when the layout of dock controls change within them.
OnUpdateDockZonesEnables you to provide custom dock zones for dock controls.
OnUpdateResizeZonesEnables you to provide custom resize zones for the dock control.
OnViewChangedThis event fires in response to changing the painting style of dock controls.

See Also

TdxDockingManager Class

dxDockControl Unit