:: 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 .
Properties' Summary
BackgroundColor specifies the background color (RGB) of the dialog.
DefaultControl specifies the service name of the default control for this model.
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.
DefaultControl
string DefaultControl;
Description
specifies the service name of the default control for this model.
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.
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