public interface IOptionButton extends IControlT<IOptionButton>, IContentControl, ICellLinkControlT<java.lang.Boolean>
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsChecked()
Gets whether the
IOptionButton is checked. |
void |
setIsChecked(boolean value)
Sets whether the
IOptionButton is checked. |
getLockedText, getText, setLockedText, setTextgetValue, setValuegetDisplay3DShading, getLinkedCell, setDisplay3DShading, setLinkedCellbringToFront, delete, getBottomRightCell, getEnabled, getFormControlType, getHeight, getLeft, getLocked, getName, getParent, getPlacement, getPrintObject, getShapeRange, getTop, getTopLeftCell, getVisible, getWidth, getZOrder, sendToBack, setEnabled, setHeight, setLeft, setLocked, setName, setPlacement, setPrintObject, setTop, setVisible, setWidthboolean getIsChecked()
IOptionButton is checked.False - Unchecked, true - Checked.void setIsChecked(boolean value)
IOptionButton is checked.value - False - Unchecked, true - Checked.