A property feel is a class that encapsulates the way to edit a property. Because a feel is independant of a property value, a given value type can be edited with any of the feels (although some combinations make no sense). So for example, a boolean can be edited with a checkbox or with a combobox. A color can be edited with an editbox (to enter the HEX code) or with a modal dialog box.
Here is a list of the feels supplied in the package, giving also examples of associations value type/property feel:
![]() |
Simple editbox |
![]() |
Editbox with a spin button |
![]() |
Editbox for password editing |
![]() |
Combobox (dropdown or droplist) |
![]() |
Customdrawn combobox |
![]() |
Simple button |
![]() |
Button with an editbox |
![]() |
Button triggering a font dialog box |
![]() |
Datetime control |
![]() |
Hotkey control |
![]() |
Checkbox |
![]() |
Radiobuttons |
![]() |
Slider with editbox or not |
It is easy to build your own feels and this feature is provided as part of the framework. Look at here for more information.