Difference between revisions of "Documentation/DevGuide/Basic/Image Control"

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 16: Line 16:
 
{{PDL1}}
 
{{PDL1}}
  
[[Category:Documentation/Developers Guide/Basic and Dialogs]]
+
[[Category:Documentation/Developer's Guide/Basic and Dialogs]]

Revision as of 07:35, 5 June 2008



If the user wants to display an image without the button functionality, the image control com.sun.star.awt.UnoControlImageControl is selected. The location of the graphic for the command button is set by the ImageURL property. Usually, the size of the image does not match the size of the control, therefore the image control automatically scales the image to the size of the control by setting the ScaleImage property to True.

 oImageControlModel = oDialog.Model.ImageControl1
 oImageControlModel.ImageURL = 
     "file:///D:/Office60/share/gallery/photos/beach.jpg"
 oImageControlModel.ScaleImage = True
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools