INFO: Button and Static Control Styles Are Not InclusiveID: Q74297
|
The class-specific window styles for button controls (BS_*) are mutually
exclusive, as are the class-specific window styles for static controls
(SS_*). In other words, they cannot be OR'd together as can most styles for
edit controls, list boxes, and combo boxes.
For example, the following style is invalid:
BS_OWNERDRAW | BS_AUTORADIOBUTTON
SS_LEFT | SS_GRAYFRAME
Keywords : kbButton kbCtrl kbNTOS kbStaticCtrl kbGrpUser kbWinOS
Version :
Platform :
Issue type : kbinfo
Last Reviewed: March 7, 1999