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.
|
Properties' Details |
BackgroundColor
::com::sun::star::util::Color 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
::com::sun::star::util::Color TextColor;
- Description
- specifies the text color (RGB) of the dialog.
|
|
TextLineColor
::com::sun::star::util::Color 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.
|
|
DesktopAsParent
boolean DesktopAsParent;
- Usage Restrictions
- optional
- Description
- If set to true the dialog will have the desktop as parent.
|
|
Copyright © 2003 Sun Microsystems, Inc.