Syntax
service CheckBox;
Description
specifies a check box extended by the required properties for HTML.
com::sun::star::awt::UnoControlCheckBoxModel -
com::sun::star::form::FormControlModel -
Description
specifies a control model within a form.
com::sun::star::form::XReset -
Description
allows to reset the CheckBox.
Property Summary
|
DefaultState |
contains a default value for the check box.
|
|
RefValue |
contains a reference value which is used for submission in a HTML
form, if the checkbox is checked.
|
|
Property Details
|
|
Syntax
short DefaultState;
Description
contains a default value for the check box.
Syntax
string RefValue;
Description
contains a reference value which is used for submission in a HTML
form, if the checkbox is checked.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.