TToolBar |
Field | Param(s) | Type |
Align | - | TAlign |
Buttons | - | TToolButtons |
ButtonCount | - | Integer |
ButtonHeight | - | Integer |
ButtonWidth | - | Integer |
ClientRect | - | RECT |
Cursor | - | HCURSOR |
DisabledImages | - | TIMAGELIST |
Enabled | - | Boolean |
Flat | - | Boolean |
Font | - | TFont |
Handle | - | HWND |
Height | - | Integer |
HotImages | - | TIMAGELIST |
Images | - | TIMAGELIST |
Left | - | Integer |
List | - | Boolean |
Params | - | TParams |
Parent | - | HWND |
PopupMenu | - | TPopupMenu |
ShowCaptions | - | Boolean |
Style | - | TToolBarStyle |
Top | - | Integer |
Visible | - | Boolean |
Width | - | Integer |
| - | |
AddButton | Self As TToolBar , ToolButton As TToolButton | SUB |
Add | Self As TToolBar , byval ImageIndex As Integer , byval Caption As String = "" , byval Style As Long = TBSTYLE_BUTTON , byval Click As Any Ptr = NULL | SUB |
Create | Self As TToolBar | FUNCTION |
DelButton | Self As TToolBar , byval ButIndex As Integer | SUB |
Free | Self As TToolBar | SUB |
| - | |
SetCursor | Self As TToolBar , byval fCursor As HCURSOR | SUB |
SetLeft | Self As TToolBar , byval fLeft As Integer | SUB |
SetTop | Self As TToolBar , byval fTop As Integer | SUB |
SetWidth | Self As TToolBar , byval fWidth As Integer | SUB |
SetHeight | Self As TToolBar , byval fHeight As Integer | SUB |
SetParent | Self As TToolBar , byval fParent As HWND | SUB |
SetEnabled | Self As TToolBar , byval fEnabled As Boolean | SUB |
SetVisible | Self As TToolBar , byval fVisible As Boolean | SUB |
SetFont | Self As TToolBar , Font As TFont | SUB |
SetPopupMenu | Self As TToolBar , PopupMenu As TPopupMenu | SUB |
SetButtonChecked | Self As TToolBar , byval Index As Integer , byval Checked As Boolean | SUB |
SetButtonEnabled | Self As TToolBar , byval Index As Integer , byval Enabled As Boolean | SUB |
SetButtonImage | Self As TToolBar , byval Index As Integer , byval iBitmap As Integer | SUB |
| - | |
OnButtonsClick | Sender As TToolBar , byval ButIndex As Integer | SUB |
| |