TTMSFNCFillKindPicker Class
Drop-down picker component for choosing a graphics fill kind.
API unit family: TMSFNCFillKindPicker
Inherits from: TTMSFNCCustomFillKindPicker
Syntax
TTMSFNCFillKindPicker = class(TTMSFNCCustomFillKindPicker)
Properties
| Name | Description |
|---|---|
| CloseOnSelection | When True, closes the drop-down automatically after the user selects a fill kind. (inherited from TTMSFNCCustomFillKindPicker) |
| Items | Fill-kind items displayed in the drop-down selector. (inherited from TTMSFNCCustomFillKindPicker) |
| SelectedFillKind | Currently selected fill kind shown in the picker button. (inherited from TTMSFNCCustomFillKindPicker) |
Events
| Name | Description |
|---|---|
| OnFillKindDeselected | Fires when the currently selected fill kind is deselected. (inherited from TTMSFNCCustomFillKindPicker) |
| OnFillKindSelected | Fires when the user selects a fill kind from the drop-down selector. (inherited from TTMSFNCCustomFillKindPicker) |