The state of visible
for the PODSButton
object.
PODSButton
attribute PODSBoolean visible;
btn.visible
btn.visible = bool
PODSBoolean PODSgetVisible(PODSButton* btn);
void setVisible( PODSButton* btn, PODSBoolean bool );
btn The PODSButton
object.
bool [in] The state to set: PODS_TRUE
or PODS_FALSE
.
Getter: PODS_TRUE
if visible
is set to PODS_TRUE
; PODS_FALSE
otherwise.
Setter: None
If visible
is set to PODS_TRUE
, the button is visible on the toolbar. Otherwise it is not. Whether a gap appears in the toolbar in the position of the invisible
button depends on the platform.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |