TdxBarItemControl Methods
An abstract base class for item controls that represents toolbar items.Name | Description |
---|---|
BeginGroupChanged protected | This method is called when changing the BeginGroup property. |
CanClicked protected | Specifies whether an item control responds to mouse clicks. |
CanDestroyOnClick protected | Specifies whether a parent bar control loses focus when a user clicks the item control. |
CaptionChanged protected | This procedure is called when changing item control captions. |
ControlClick(Boolean,Char) protected | Simulates a mouse click. |
ControlInactivate(Boolean) protected | |
Equals(TObject) | Inherited from TObject. |
GetDefaultHeight protected | |
GetDefaultWidth protected | |
GetHashCode | Inherited from TObject. |
HasWindow | Determines whether the current item control is a windowed control. |
HotGlyphChanged protected | |
IsDroppedDown | |
Paint(TcxCanvas,TRect,TdxBarPaintType) | Paints an item control. |
PaintStyleChanged protected | |
QueryInterface(TGUID,Untyped) protected | Provides access to the implementation of the specified interface if the current object supports it. Inherited from TcxIUnknownObject. |
Repaint | Repaints an item control on screen. |
ToString | Inherited from TObject. |
Update | |
Update(TRect) | |
UseRightToLeftAlignment | |
UseRightToLeftReading | |
UseRightToLeftScrollbar |
See Also