:: com :: sun :: star :: form ::

interface XBoundControl

Methods' Summary
getLock determines whether the input is currently locked or not.  
setLock is used for altering the current lock state of the component.  
Methods' Details
getLock
boolean
getLock();

Description
determines whether the input is currently locked or not.
Returns
`TRUE` when it is currently locked, otherwise `FALSE`.
setLock
void
setLock( [in] boolean  bLock );

Description
is used for altering the current lock state of the component.
Parameter bLock
the new lock state.
Top of Page