Help Center

CButton.Checkmethod

Changes the button's state to checked.

WindowsmethodCButton.incdocumented

Syntax

SUB CButton.Check (BYVAL hButton AS HWND)

Description

Changes the button's state to checked.

Example

CButton.Check(hButton)

Reference

  • Include file CButton.inc
  • Defined in AfxNova/CButton.inc:321
  • Documented in Windows/WIndows Controls/CButton Class.md
  • Topic: CButton Class