Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdRadioButton::getDefaultState Method
Syntax
C++
void getDefaultState(bool& default_state) const;

Returns the current radio button default state. If the default state is equal to true, the radio button is switched on when it is displayed in a document, otherwise the radio button is switched off. The method fills a boolean object with the radio button default state value and returns it to a calling subroutine. 

 

Parameters
Description
default_state
[out] A placeholder for the default state value.
Copyright © 2002-2022. Open Design Alliance All rights reserved.