Hi,
I want request feature for RVStyleTemplateComboBox - Zero Border.
Some thing like BorderStyle = bsNone
Feature rq: RVStyleTemplateComboBox BorderStyle = bsNone
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
This combobox is based on the standard TComboBox. It only overrides DrawItem method to draw preview of styles, but all other parts of the combobox (border, button) are drawn like in a normal combobox.
In future, we plan to create style comboboxes based on thirdparty components (SpTBXLib, DevExpress, etc.)
In future, we plan to create style comboboxes based on thirdparty components (SpTBXLib, DevExpress, etc.)
+1 (DevExpress)Sergey Tkachenko wrote:This combobox is based on the standard TComboBox. It only overrides DrawItem method to draw preview of styles, but all other parts of the combobox (border, button) are drawn like in a normal combobox.
In future, we plan to create style comboboxes based on thirdparty components (SpTBXLib, DevExpress, etc.)
Sou then
will be enough.
thanks
Code: Select all
SetWindowRgn(ComboBox1.Handle, CreateRectRgn(2,2,ComboBox1.Width - 2,
ComboBox1.Height - 2), True)
thanks