TdxBarSpinEditControl Members
The TdxBarSpinEdit item on toolbars and submenus.Constructors
| Name | Description |
|---|---|
| Create(TdxBarItemLink) | Creates an instance of the TdxBarItemControl class. Inherited from TdxBarItemControl. |
Properties
| Name | Description |
|---|---|
| ActiveButton protected | Specifies the active edit button for a spin editor. For internal use only. |
| BarManager | Provides access to a bar manager to which the item control belongs. Inherited from TdxBarItemControl. |
| Caption protected | Specifies the item control’s caption. Inherited from TdxBarItemControl. |
| Enabled | Determines whether an item control responds to mouse, keyboard, and timer events. Inherited from TdxBarItemControl. |
| Focused | Inherited from TdxBarItemControl. |
| Glyph protected | Returns the item control’s glyph. Inherited from TdxBarItemControl. |
| Handle | Returns the window handle of an item control. Inherited from TdxBarWinControl. |
| Hint protected | Returns the item control’s hint text. Inherited from TdxBarItemControl. |
| IsActive | Specifies whether a mouse pointer rests over an item control. Inherited from TdxBarItemControl. |
| IsSelected | Returns True if an item control is selected on a toolbar. Inherited from TdxBarItemControl. |
| Item | Specifies an underlying item. |
| ItemBounds | Inherited from TdxBarItemControl. |
| ItemLink | Specifies the TdxBarItemLink object that links an item control to an underlying item. Inherited from TdxBarItemControl. |
| MaxLength protected | Specifies the maximum number of characters a user can enter into an edit control. Inherited from TdxBarEditControl. |
| PainterClass | Provides access to the class used to paint the current item control. Inherited from TdxBarItemControl. |
| Parent | Specifies the bar control to which a given item control belongs. Inherited from TdxBarItemControl. |
| ReadOnly protected | Determines whether a user may change text in an edit control. Inherited from TdxBarEditControl. |
| ShortCut protected | Returns the item control’s shortcut. Inherited from TdxBarItemControl. |
| ShowCaption protected | Indicates if the edit item control’s caption is shown. Inherited from TdxBarCustomEditControl. |
| Text | Contains item control text. Inherited from TdxBarWinControl. |
| Width protected | Returns the horizontal size of an item control in pixels. Inherited from TdxBarItemControl. |
| WindowRect | Specifies the rectangle occupied by an item control. Inherited from TdxBarWinControl. |
Methods
| Name | Description |
|---|---|
| BeginGroupChanged protected | This method is called when changing the BeginGroup property. Inherited from TdxBarItemControl. |
| CanClicked protected | Determines whether an item control responds to mouse clicks. Inherited from TdxBarWinControl. |
| CanDestroyOnClick protected | Determines whether clicking the current item control makes its parent control inactive. Inherited from TdxBarWinControl. |
| CaptionChanged protected | This procedure is called when changing item control captions. Inherited from TdxBarItemControl. |
| ControlClick(Boolean,Char) protected | Activates an item control. Inherited from TdxBarWinControl. |
| ControlInactivate(Boolean) protected | Inherited from TdxBarItemControl. |
| Equals(TObject) | Inherited from TObject. |
| GetDefaultHeight protected | Inherited from TdxBarItemControl. |
| GetDefaultWidth protected | Inherited from TdxBarItemControl. |
| GetHashCode | Inherited from TObject. |
| HandleAllocated | Inherited from TdxBarWinControl. |
| HasWindow | Determines whether the current item control is a windowed control. Inherited from TdxBarItemControl. |
| HotGlyphChanged protected | Inherited from TdxBarItemControl. |
| IsDroppedDown | Inherited from TdxBarItemControl. |
| Paint(TcxCanvas,TRect,TdxBarPaintType) | Draws a bar item control. Inherited from TdxBarItemControl. |
| PaintStyleChanged protected | Inherited from TdxBarItemControl. |
| 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. Inherited from TdxBarItemControl. |
| ToString | Inherited from TObject. |
| Update | Inherited from TdxBarItemControl. |
| Update(TRect) | Inherited from TdxBarItemControl. |
| UseRightToLeftAlignment | Inherited from TdxBarItemControl. |
| UseRightToLeftReading | Inherited from TdxBarItemControl. |
| UseRightToLeftScrollbar | Inherited from TdxBarItemControl. |
Events
| Name | Description |
|---|---|
| OnGlass | Inherited from TdxBarWinControl. |
See Also