Back to Devexpress

TdxCustomLayoutControl Events

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

latest10.4 KB
Original Source

TdxCustomLayoutControl Events

The base class for the 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.
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.
OnGetItemStoredPropertiesEnables you to customize the list of layout element settings that will be stored in external storage.
OnGetItemStoredPropertyValueEnables you to specify the layout element custom setting’s value.
OnGetSiteInfoInherited from TWinControl.
OnGetStoredPropertiesEnables you to customize the list of layout control settings that will be stored in external storage.
OnGetStoredPropertyValueEnables you to specify the layout control custom setting’s value.
OnHyperlinkClickAllows you to respond to a click on a hyperlink in a layout item caption or prevent hyperlink activation.
OnHyperlinkMouseEnterAllows you to execute custom code when the mouse pointer moves into a hyperlink area within a layout item caption.
OnHyperlinkMouseLeaveAllows you to execute custom code when the mouse pointer leaves a hyperlink within a layout item caption.
OnKeyDownInherited from TWinControl.
OnKeyPressInherited from TWinControl.
OnKeyUpInherited from TWinControl.
OnMouseActivateInherited from TControl.
OnMouseDownInherited from TControl.
OnMouseEnter protectedOccurs when the mouse pointer enters into the control. Inherited from TcxControl.
OnMouseLeave protectedOccurs 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.
OnSetStoredPropertyValueEnables you to restore a layout control’s custom setting that was previously stored by the OnGetStoredProperties and OnGetStoredPropertyValue event handlers.
OnShowHyperlinkHintAllows you to change a hyperlink hint before it appears.
OnStartDockInherited from TControl.
OnStartDragInherited from TControl.
OnUnDockInherited from TWinControl.

See Also

TdxCustomLayoutControl Class

TdxCustomLayoutControl Members

dxLayoutControl Unit