Back to Devexpress

TdxLayoutControl Events

vcl-dxlayoutcontrol-dot-tdxlayoutcontrol-dot-underscore-events.md

latest11.3 KB
Original Source

TdxLayoutControl Events

A Layout control.

NameDescription
OnAlignInsertBeforeInherited from TWinControl.
OnAlignPositionInherited from TWinControl.
OnCanResizeInherited from TControl.
OnClickInherited from TControl.
OnConstrainedResizeInherited from TControl.
OnContextPopupInherited from TControl.
OnCustomizationOccurs when activating/deactivating customization mode. Inherited from TdxCustomLayoutControl.
OnDblClickInherited from TControl.
OnDockDropInherited from TWinControl.
OnDockOverInherited from TWinControl.
OnDragDropInherited from TControl.
OnDragOverInherited from TControl.
OnEndDockInherited from TControl.
OnEndDragInherited from TControl.
OnEnterInherited from TWinControl.
OnExitInherited from TWinControl.
OnFocusChanged protectedInherited from TcxControl.
OnGestureInherited from TControl.
OnGetCustomizationMenuItemsEnables you to customize context menu contents in customization mode. Inherited from TdxCustomLayoutControl.
OnGetItemStoredPropertiesEnables you to customize the list of layout element settings that will be stored in external storage. Inherited from TdxCustomLayoutControl.
OnGetItemStoredPropertyValueEnables you to specify the layout element custom setting’s value. Inherited from TdxCustomLayoutControl.
OnGetSiteInfoInherited from TWinControl.
OnGetStoredPropertiesEnables you to customize the list of layout control settings that will be stored in external storage. Inherited from TdxCustomLayoutControl.
OnGetStoredPropertyValueEnables you to specify the layout control custom setting’s value. Inherited from TdxCustomLayoutControl.
OnHyperlinkClickAllows you to respond to a click on a hyperlink in a layout item caption or prevent hyperlink activation. Inherited from TdxCustomLayoutControl.
OnHyperlinkMouseEnterAllows you to execute custom code when the mouse pointer moves into a hyperlink area within a layout item caption. Inherited from TdxCustomLayoutControl.
OnHyperlinkMouseLeaveAllows you to execute custom code when the mouse pointer leaves a hyperlink within a layout item caption. Inherited from TdxCustomLayoutControl.
OnKeyDownInherited from TWinControl.
OnKeyPressInherited from TWinControl.
OnKeyUpInherited from TWinControl.
OnMouseActivateInherited from TControl.
OnMouseDownInherited from TControl.
OnMouseEnterOccurs when the mouse pointer enters into the control. Inherited from TcxControl.
OnMouseLeaveOccurs when the mouse pointer leaves the control. Inherited from TcxControl.
OnMouseMoveInherited from TControl.
OnMouseUpInherited from TControl.
OnMouseWheelInherited from TControl.
OnMouseWheelDownInherited from TControl.
OnMouseWheelUpInherited from TControl.
OnResizeInherited from TControl.
OnSetItemStoredPropertyValueEnables you to restore a layout element‘s custom setting that was previously stored by the OnGetItemStoredProperties and OnGetItemStoredPropertyValue event handlers. Inherited from TdxCustomLayoutControl.
OnSetStoredPropertyValueEnables you to restore a layout control’s custom setting that was previously stored by the OnGetStoredProperties and OnGetStoredPropertyValue event handlers. Inherited from TdxCustomLayoutControl.
OnShowHyperlinkHintAllows you to change a hyperlink hint before it appears. Inherited from TdxCustomLayoutControl.
OnStartDockInherited from TControl.
OnStartDragInherited from TControl.
OnUnDockInherited from TWinControl.

See Also

TdxLayoutControl Class

TdxLayoutControl Members

dxLayoutControl Unit