CButton::GetButtonStyle

This member function retrieves the button styles for this CButton object. This function returns only the BS_ style values; it does not return any of the other window styles.

Syntax

UINT GetButtonStyle( ) const;

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CButton Overview, CButton Member Functions, Control Classes, CButton::SetButtonStyle