Dart.PowerWEB.TextBox Namespace > HtmlBoxUpload Class : TitlebarFontSize Property (HtmlBoxUpload) |
Gets or sets the font size of the text on the titlebar.
[Visual Basic]
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the size of the font of the text on the dialog titlebar")>
Public Overridable Property TitlebarFontSize As FontUnit
[C#]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the size of the font of the text on the dialog titlebar")]
public virtual FontUnit TitlebarFontSize {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the size of the font of the text on the dialog titlebar")]
public: __property virtual FontUnit get_TitlebarFontSize();
public: __property virtual void set_TitlebarFontSize(
FontUnit value
);
[C++/CLI]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the size of the font of the text on the dialog titlebar")]
public:
virtual property FontUnit TitlebarFontSize {
FontUnit get();
void set (FontUnit value);
}
A FontUnit value specifying the font size of the on the titlebar.
This property is only used when the HtmlBoxDialog.Type property = DialogType.InternalWindowWithTitlebar.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBoxUpload Class | HtmlBoxUpload Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.