Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

com :: sun :: star :: awt ::

service UnoControlDialogModel

Description
specifies the standard model of an UnoControlDialog .


Included Services

com::sun::star::awt::UnoControlModel

Properties' Summary

BackgroundColor specifies the background color (RGB) of the dialog.
Enabled determines whether a dialog is enabled or disabled.
FontDescriptor specifies the font attributes of the text in the caption bar of the dialog.
Title specifies the text that is displayed in the dialog caption bar.
TextColor specifies the text color (RGB) of the dialog.
Sizeable specifies if the dialog is sizeable.

Properties' Details

BackgroundColor
 
long BackgroundColor;
Description
specifies the background color (RGB) of the dialog.
Enabled
 
boolean Enabled;
Description
determines whether a dialog is enabled or disabled.
FontDescriptor
 
com::sun::star::awt::FontDescriptor FontDescriptor;
Description
specifies the font attributes of the text in the caption bar of the dialog.
Title
 
string Title;
Description
specifies the text that is displayed in the dialog caption bar.
TextColor
 
long TextColor;
Description
specifies the text color (RGB) of the dialog.
Sizeable
 
boolean Sizeable;
Description
specifies if the dialog is sizeable.

Top of Page