SysLink Control Styles (Compact 2013)
3/28/2014
The following style constants are used when SysLink controls are created.
- LWS_TRANSPARENT
The background mix mode is transparent.
- LWS_IGNORERETURN
When the link has keyboard focus and the user presses ENTER, the keystroke is ignored by the control and passed to the host dialog box.
- LWS_NOPREFIX
If the text contains an ampersand, it is treated as a literal character instead of the prefix to a keyboard shortcut.
- LWS_USEVISUALSTYLE
The link is displayed in the current visual style.
- LWS_USECUSTOMTEXT
An NM_CUSTOMTEXT notification is sent to the parent window when the control is drawn so that the application can supply text dynamically.
- LWS_RIGHT
The text is right-justified.