Magnifier Styles
This topic describes the styles used with the magnifier control. To create a magnifier control, use the CreateWindowEx function and specify the WC_MAGNIFIER window class, along with a combination of the following magnifier styles.
-
MS_CLIPAROUNDCURSOR
-
-
0x0002L
-
Clips the area of the magnifier window that surrounds the system cursor. This style enables the user to see screen content that is behind the magnifier window.
-
-
MS_INVERTCOLORS
-
-
0x0004L
-
Displays the magnified screen content using inverted colors.
-
-
MS_SHOWMAGNIFIEDCURSOR
-
-
0x0001L
-
Displays the magnified system cursor along with the magnified screen content.
-
Requirements
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|