MCPcopy
hub / github.com/lxn/walk / CheckState

Method CheckState

checkbox.go:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90}
91
92func (cb *CheckBox) CheckState() CheckState {
93 return CheckState(cb.SendMessage(win.BM_GETCHECK, 0, 0))
94}
95
96func (cb *CheckBox) SetCheckState(state CheckState) {
97 if state == cb.CheckState() {

Callers 3

SetCheckStateMethod · 0.95
SaveStateMethod · 0.95
NewCheckBoxFunction · 0.80

Calls 2

CheckStateTypeAlias · 0.85
SendMessageMethod · 0.65

Tested by

no test coverage detected