I am looking for a reference guide about the structure of the GUI elements when using and enhancing Visual Style themes.
I know already, that there is the description of the UxTheme API somewhere in the MSDN.
But, the most of these functions are kept very generic. They can be used for various parts and states - but I don´t know, which parts and states are supported by some concrete controls.
Specially I have two questions at the moment:
- I have an edit control and I see there is a little bit of space between the left/right border and the text.How can I determine
the size of these margins?
- I wish to make the width of the drop down button of combo boxes a little bit narrower. I found a way to resize the button while the combo box is not focused. But when the list is opened, the button is shown in its default style. Thus, how can I change the
size of the button in this state of the combo box?
You see, these are questions about how are the GUI elements composed or which properties are provided by these GUI elements. I don´t find answers to these questions in the API documentation.
Thanks, regards
Friedbert Widmann