SysLink Control Styles
- Article
-
-
The following style constants are used when creating SysLink controls.
Constant |
Description |
- 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
|
Windows Vista. If the text contains an ampersand, it is treated as a literal character rather than the prefix to a shortcut key.
|
- LWS_USEVISUALSTYLE
|
Windows Vista. The link is displayed in the current visual style.
|
- LWS_USECUSTOMTEXT
|
Windows Vista. An NM_CUSTOMTEXT notification is sent when the control is drawn, so that the application can supply text dynamically.
|
- LWS_RIGHT
|
Windows Vista. The text is right-justified.
|
Requirements
Requirement |
Value |
Header
|
- CommCtrl.h
|