TdxCustomPanel Class
The base class for the TdxPanel component.
Declaration
TdxCustomPanel = class(
TdxFramedControl,
IdxSkinSupport
)
Remarks
The TdxCustomPanel
class has members that allow you to do the following:
- Specify if the panel uses its parent’s color as the default background color (ParentColor).
- Explicitly specify the background color (Color).
- Customize the appearance and behavior of frame borders (Frame).
- Assign a hint message to the control (Hint).
- Customize look & feel settings (LookAndFeel).
- Detect the dragged border and respond to border drag operations (OnDragBorder).
- Specify if users can focus the panel (TabStop).
Do not use the TdxCustomPanel
class directly. Use its descendant instead.
Implements
Inheritance
See Also