Properties' Details |
ButtonType
::com::sun::star::form::FormButtonType ButtonType;
- Description
- describes the action to be executed by the button when pressed.
|
|
TargetFrame
string TargetFrame;
- Description
- describes the frame, where to open the document specified by the TargetURL.
This property is evaluated if the button is of type URL.
As always, there is a number of target names which have a special meaning, and force
a special ::com::sun::star::frame::Frame to be used.
|
|
TargetURL
string TargetURL;
- Description
- specifies the URL, which should be opened if the button was clicked.
This property is evaluated if the button is of type URL.
- See also
- ::com::sun::star::form::FormButtonType
|
|
DefaultState
boolean DefaultState;
- Usage Restrictions
- optional
- Description
- specifies the default toggle state for the button, used when it is reset.
This property is meaningful only when ::com::sun::star::awt::UnoControlButtonModel::Toggle
is true. In this case, the DefaultState controls to which State the button will
be reset.
For a given implementation of the interface, if this (optional) property is present, then also the optional
interface ::com::sun::star::form::XReset must be present.
|
|
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.