service UnoControlDialogModel in module com::sun::star::awt::

(Global Index)

Syntax

service UnoControlDialogModel;

Description

specifies the standard model of an UnoControlDialog .

Included Services

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

Property 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.

Property Details



BackgroundColor

Syntax

long BackgroundColor;

Description

specifies the background color (RGB) of the dialog.


Enabled

Syntax

boolean Enabled;

Description

determines whether a dialog is enabled or disabled.


FontDescriptor

Syntax

com::sun::star::awt::FontDescriptor FontDescriptor;

Description

specifies the font attributes of the text in the caption bar of the dialog.


Title

Syntax

string Title;

Description

specifies the text that is displayed in the dialog caption bar.


TextColor

Syntax

long TextColor;

Description

specifies the text color (RGB) of the dialog.


Sizeable

Syntax

boolean Sizeable;

Description

specifies if the dialog is sizeable.

Top of Page