MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / Selection

Method Selection

FastCopy/SegmentedButton.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 Button1().IsChecked(false);
68 }
69 int SegmentedButton::Selection()
70 {
71 return 0;
72 }
73 void SegmentedButton::Selection(int value)
74 {
75 if (value == 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected