HeaderPane
Main
Hide

SftButton/DLL 3.0 - Button Control

Share Link
Print

Window Styles

SftButton honors the standard Windows window styles listed below. SftButton does not define any custom window styles of its own - all control-specific configuration goes through the SFTBUTTON_CONTROL structure.

StyleValueDescription
WS_CHILD0x40000000Creates a child window. Usually required.
WS_VISIBLE0x10000000Creates a button control that is initially visible. Usually required.
WS_DISABLED0x08000000Creates a button control that is initially disabled. Triggers the Disabled rendering state.
WS_GROUP0x00020000Specifies the first control of a group.
WS_TABSTOP0x00010000Specifies that the button can receive keyboard focus via Tab.
WS_BORDER0x00800000Draws an additional dark line around the control. Rarely useful - prefer the built-in border styles on SFTBUTTON_CONTROL.

See Also Extended Window Styles | Creating a Dialog Resource


Last Updated 04/23/2026 - (email)
© 2026 Softel vdm, Inc.