CButton.Graymethod
Sets the button state to grayed, indicating an indeterminate state.
Syntax
SUB Gray (BYVAL hButton AS HWND)
Description
Sets the button state to grayed, indicating an indeterminate state. Use this value only if the button has the BS_3STATE or BS_AUTO3STATE style.
Example
CButton.Gray(hButton)
Reference
- Include file
CButton.inc - Defined in AfxNova/CButton.inc:336
- Documented in Windows/WIndows Controls/CButton Class.md
- Topic: CButton Class