Language
	
	
  
  
    
    
The Free and Open Productivity Suite
   
      
      
 
| Included Services - Summary | 
| UnoControlModel | 
(referenced entity's summary:)specifies the standard model of an UnoControl 
 in the Smalltalk model view controller design. 
 
  | 
| Exported Interfaces - Summary | 
| ::com::sun::star::lang::XMultiServiceFactory | allows to create control models, which support the
 UnoControlDialogElement service and can be inserted into
 this container.
  | 
| ::com::sun::star::container::XContainer | 
(referenced entity's summary:)supports quick access to the information if a container currently 
 contains elements.
 
  | 
| ::com::sun::star::container::XNameContainer | 
(referenced entity's summary:)This is the generic interface for supporting the insertion and removal of 
 named elements.
  | 
| Properties' Summary | 
| ::com::sun::star::util::Color BackgroundColor
 | specifies the background color (RGB) of the dialog. | 
| boolean Closeable
 | specifies if the dialog is closeable. | 
| boolean Enabled
 | determines whether a dialog is enabled or disabled. | 
| FontDescriptor FontDescriptor
 | specifies the font attributes of the text in the caption bar of the dialog. | 
| short FontEmphasisMark
 | specifies the ::com::sun::star::text::FontEmphasis
 value of the text in the caption bar of the dialog. | 
| short FontRelief
 | specifies the ::com::sun::star::text::FontRelief
 value of the text in the caption bar of the dialog. | 
| string HelpText
 | specifies the help text of the dialog. | 
| string HelpURL
 | specifies the help URL of the dialog. | 
| boolean Moveable
 | specifies if the dialog is moveable. | 
| boolean Sizeable
 | specifies if the dialog is sizeable. | 
| ::com::sun::star::util::Color TextColor
 | specifies the text color (RGB) of the dialog. | 
| ::com::sun::star::util::Color TextLineColor
 | specifies the text line color (RGB) of the dialog. | 
| string Title
 | specifies the text that is displayed in the caption bar of the dialog. | 
| boolean DesktopAsParent
 | [ OPTIONAL ] If set to true the dialog will have the desktop as parent.
 | 
| string ImageURL
 | [ OPTIONAL ] specifies a URL that references a graphic that should be used as a
 background image.
 | 
| [ transient ] ::com::sun::star::graphic::XGraphic Graphic
 | [ OPTIONAL ] specifies a graphic to be displayed as a background image
 | 
| Included Services - Details | 
|
| UnoControlModel 
| 
(referenced entity's summary:)specifies the standard model of an UnoControl 
 in the Smalltalk model view controller design. 
 
  |  | 
| Properties' Details | 
| BackgroundColor 
| ::com::sun::star::util::Color BackgroundColor; 
 
Descriptionspecifies the background color (RGB) of the dialog.
  |  | 
| Closeable 
| boolean Closeable; 
 
Descriptionspecifies if the dialog is closeable.
  |  | 
| Enabled 
| boolean Enabled; 
 
Descriptiondetermines whether a dialog is enabled or disabled.
  |  | 
| FontDescriptor 
| FontDescriptor FontDescriptor; 
 
Descriptionspecifies the font attributes of the text in the caption bar of the dialog.
  |  | 
| FontEmphasisMark 
| short FontEmphasisMark; 
 
Descriptionspecifies the ::com::sun::star::text::FontEmphasis
 value of the text in the caption bar of the dialog.
  |  | 
| FontRelief 
| short FontRelief; 
 
Descriptionspecifies the ::com::sun::star::text::FontRelief
 value of the text in the caption bar of the dialog.
  |  | 
| HelpText 
| string HelpText; 
 
Descriptionspecifies the help text of the dialog.
  |  | 
| HelpURL 
| string HelpURL; 
 
Descriptionspecifies the help URL of the dialog.
  |  | 
| Moveable 
| boolean Moveable; 
 
Descriptionspecifies if the dialog is moveable.
  |  | 
| Sizeable 
| boolean Sizeable; 
 
Descriptionspecifies if the dialog is sizeable.
  |  | 
| TextColor 
| ::com::sun::star::util::Color TextColor; 
 
Descriptionspecifies the text color (RGB) of the dialog.
  |  | 
| TextLineColor 
| ::com::sun::star::util::Color TextLineColor; 
 
Descriptionspecifies the text line color (RGB) of the dialog.
  |  | 
| Title 
| string Title; 
 
Descriptionspecifies the text that is displayed in the caption bar of the dialog.
  |  | 
| DesktopAsParent 
| boolean DesktopAsParent; 
 
Usage RestrictionsoptionalDescriptionIf set to true the dialog will have the desktop as parent.
 Since OOo 2.3  |  | 
| ImageURL 
| string ImageURL; 
 
Usage RestrictionsoptionalDescriptionspecifies a URL that references a graphic that should be used as a
 background image.
 Since OOo 2.4 See alsoGraphic |  | 
| Graphic 
| [ transient ] ::com::sun::star::graphic::XGraphic Graphic; 
 
Usage RestrictionsoptionalDescriptionspecifies a graphic to be displayed as a background image
 If this property is present, it interacts with the ImageURLin the
 following way:
  If ImageURL is set, Graphic will be reset
 to an object as loaded from the given image URL, or NULL if ImageURL
 does not point to a valid image file.If Graphic is set, ImageURL will be reset
 to an empty string.
Since OOo 2.4  |  | 
 Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.