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

Method ActiveForm

windowgroup.go:276–278  ·  view source on GitHub ↗

ActiveForm returns the currently active form for the group. If no form is active it returns nil.

()

Source from the content-addressed store, hash-verified

274// ActiveForm returns the currently active form for the group. If no
275// form is active it returns nil.
276func (g *WindowGroup) ActiveForm() Form {
277 return g.activeForm
278}
279
280// SetActiveForm updates the currently active form for the group.
281func (g *WindowGroup) SetActiveForm(form Form) {

Callers 3

PublishMethod · 0.45
RequestLayoutMethod · 0.45
WndProcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected