Difference between revisions of "Documentation/DevGuide/Basic/Getting the Dialog Model"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Basic and Dialogs)
m (Robot: Changing Category:Documentation/Developers Guide/Basic and Dialogs)
Line 17: Line 17:
 
{{PDL1}}
 
{{PDL1}}
  
[[Category:Documentation/Developers Guide/Basic and Dialogs]]
+
[[Category:Documentation/Developer's Guide/Basic and Dialogs]]

Revision as of 07:34, 5 June 2008



If a developer wants to modify any properties of a dialog or a control, it is necessary to have access to the dialog model. From a dialog, the model can be obtained by the getModel method of the com.sun.star.awt.XControl interface

 oDialogModel = oDialog.getModel()

or shorter

 oDialogModel = oDialog.Model
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools