vcl-dxpanel-ef00da40.md
The base class for the TdxPanel component.
TdxCustomPanel = class(
TdxFramedControl,
IdxSkinSupport
)
TdxPanel is a general-purpose panel with customizable frame appearance and support for border drag operations at runtime. You can use the TdxPanel control to create resizable areas on a form without double borders and dedicated splitter controls.
The list below outlines key members of the TdxPanel class. These members allow you to configure panel appearance and behavior.
Color | ParentColorSpecify the panel fill color.FrameProvides access to border appearance and behavior settings.LookAndFeelAllows you to override global appearance settings for the panel.
Provides access to UI Automation and accessibility-related settings.
Tip
Use Automation.Name, Automation.Description, and other API members to specify information visible to third-party assistive tools as UIA node properties.
HintSpecifies a hint for the panel.OnDragBorderAllows you to track panel border movements and respond to them.TabStopSpecifies if users can focus the panel.
Do not use the TdxCustomPanel class directly. Use the TdxPanel control instead.
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TdxFramedControl TdxCustomPanel
See Also