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

service UnoControlDialogModel
Description
specifies the standard model of an UnoControlDialog .

Included Services
UnoControlModel
specifies the standard model of an UnoControl in the Smalltalk model view controller design .
Exported Interfaces
::com::sun::star::lang::XMultiServiceFactory
Description
allows to create control models, which support the UnoControlDialogElement service and can be inserted into this container.
::com::sun::star::container::XContainer
supports quick access to the information if a container currently contains elements.
::com::sun::star::container::XNameContainer
This is the generic interface for supporting the insertion and removal of named elements.
Properties' Summary
BackgroundColor specifies the background color (RGB) of the dialog.
Closeable specifies if the dialog is closeable.
Enabled determines whether a dialog is enabled or disabled.
FontDescriptor specifies the font attributes of the text in the caption bar of the dialog.
FontEmphasisMark specifies the ::com::sun::star::text::FontEmphasis value of the text in the caption bar of the dialog.
FontRelief specifies the ::com::sun::star::text::FontRelief value of the text in the caption bar of the dialog.
HelpText specifies the help text of the dialog.
HelpURL specifies the help URL of the dialog.
Moveable specifies if the dialog is moveable.
Sizeable specifies if the dialog is sizeable.
TextColor specifies the text color (RGB) of the dialog.
TextLineColor specifies the text line color (RGB) of the dialog.
Title specifies the text that is displayed in the caption bar of the dialog.
Properties' Details
BackgroundColor
long BackgroundColor;
Description
specifies the background color (RGB) of the dialog.
Closeable
boolean Closeable;
Description
specifies if the dialog is closeable.
Enabled
boolean Enabled;
Description
determines whether a dialog is enabled or disabled.
FontDescriptor
FontDescriptor FontDescriptor;
Description
specifies the font attributes of the text in the caption bar of the dialog.
FontEmphasisMark
short FontEmphasisMark;
Description
specifies the ::com::sun::star::text::FontEmphasis value of the text in the caption bar of the dialog.
FontRelief
short FontRelief;
Description
specifies the ::com::sun::star::text::FontRelief value of the text in the caption bar of the dialog.
HelpText
string HelpText;
Description
specifies the help text of the dialog.
HelpURL
string HelpURL;
Description
specifies the help URL of the dialog.
Moveable
boolean Moveable;
Description
specifies if the dialog is moveable.
Sizeable
boolean Sizeable;
Description
specifies if the dialog is sizeable.
TextColor
long TextColor;
Description
specifies the text color (RGB) of the dialog.
TextLineColor
long TextLineColor;
Description
specifies the text line color (RGB) of the dialog.
Title
string Title;
Description
specifies the text that is displayed in the caption bar of the dialog.

 
Top of Page