TTMSFNCStrokeKindPicker Class
Drop-down picker component for choosing a graphics stroke kind.
API unit family: TMSFNCStrokeKindPicker
Inherits from: TTMSFNCCustomStrokeKindPicker
Syntax
TTMSFNCStrokeKindPicker = class(TTMSFNCCustomStrokeKindPicker)
Properties
| Name | Description |
|---|---|
| CloseOnSelection | When True, closes the drop-down automatically after the user selects a stroke kind. (inherited from TTMSFNCCustomStrokeKindPicker) |
| Items | Stroke-kind items displayed in the drop-down selector. (inherited from TTMSFNCCustomStrokeKindPicker) |
| SelectedStrokeKind | Currently selected stroke kind shown in the picker button. (inherited from TTMSFNCCustomStrokeKindPicker) |
Events
| Name | Description |
|---|---|
| OnStrokeKindDeselected | Fires when the currently selected stroke kind is deselected. (inherited from TTMSFNCCustomStrokeKindPicker) |
| OnStrokeKindSelected | Fires when the user selects a stroke kind from the drop-down selector. (inherited from TTMSFNCCustomStrokeKindPicker) |