Close

Relief for ODA Team in Ukraine

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

Returns the current checkbox default state. If the default state is equal to true, the checkbox is switched on when it displays in a document, otherwise the checbox is switched off. The method fills a boolean object with the checkbox 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.