touchgfx::RadioButtonGroup::setDeselectionEnabled() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::RadioButtonGroup::setDeselectionEnabled()

touchgfx::RadioButtonGroup::setDeselectionEnabled() method

@fn virtual void RadioButtonGroup::setDeselectionEnabled(bool deselectionEnabled) Sets whether or not it is possible to deselect RadioButtons by clicking them when they are selected. Sets whether or not it is possible to deselect RadioButtons by clicking them when they are selected.

Syntax

virtual void setDeselectionEnabled(bool deselectionEnabled);

Arguments

deselectionEnabled

true if it should be possible to deselect by click.

References

LocationText
RadioButtonGroup.hpp:170
virtual void setDeselectionEnabled(bool deselectionEnabled)