Missing Style and StyleEx from the TAB properties

Started by Patrice Terrier, February 17, 2010, 12:53:38 PM

Previous topic - Next topic

Patrice Terrier

Paul

Several Style(s) and ExtendedStyle are missing from the TAB properties when wanting to create a CustomControl.

For example: %WS_HSCROLL, %WS_VSCROLL and %WS_EX_LAYERED, %WS_EX_COMPOSITED

Thus we have to setup them in the code directly.

Added:
Indeed, i think that for custom control we should have the same scope of properties than for a popup window.

...