The state of enabled
for the PODSButton
object.
PODSButton
attribute PODSBoolean enabled;
btn.enabled
btn.enabled = bool
PODSBoolean PODSgetEnabled(PODSButton* btn);
void PODSsetEnabled( PODSButton* btn, PODSBoolean bool );
btn The PODSButton
object.
bool [in] The state to set: PODS_TRUE
or PODS_FALSE
.
Getter: PODS_TRUE
if enabled
is set to PODS_TRUE
; PODS_FALSE
otherwise.
Setter: None
If enabled
is set to PODS_TRUE
the button is enabled. Otherwise the button is disabled.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |