CButton.Enablemethod
Enables the button.
Syntax
FUNCTION Enable (BYVAL hButton AS HWND) AS BOOLEAN
Description
Enables the button. Returns FALSE if the button was previously enabled; otherwise TRUE.
Example
CButton.Enable(hButton)
Reference
- Include file
CButton.inc - Defined in AfxNova/CButton.inc:263
- Documented in Windows/WIndows Controls/CButton Class.md
- Topic: CButton Class