TTMSFNCCustomToolBar.AddColorPicker Method
Creates and adds a TTMSFNCToolBarColorPicker to the toolbar.
API unit family: TMSFNCToolBar
Declaring type: TTMSFNCCustomToolBar
Syntax
function AddColorPicker(AIndex: Integer = -1): TTMSFNCToolBarColorPicker; virtual;
Parameters
| Name | Description |
|---|---|
AIndex |
Zero-based insertion index, or -1 to append. |
Returns
The newly created color picker.