Dart.PowerWEB.TextBox Namespace > HtmlBoxDialog Class : Type Property (HtmlBoxDialog) |
Gets or sets the display type of the HtmlBox dialog.
[Visual Basic]
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the display type of the dialog.")>
Public Property Type As WindowType
[C#]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the display type of the dialog.")]
public WindowType Type {get; set;}
[C++]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the display type of the dialog.")]
public: __property WindowType get_Type();
public: __property void set_Type(
WindowType value
);
[C++/CLI]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the display type of the dialog.")]
public:
property WindowType Type {
WindowType get();
void set (WindowType value);
}
A DialogType value specifying the display type of the HtmlBox dialog.
If this property is DialogType.InternalWindowWithTitlebar, the dialog will be a "Windows-style" dialog, complete with titlebar. This type of dialog is draggable with the mouse. If this property is InternalWindow, the dialog will be a titlebar-less panel which is non-draggable. This property only needs to be set for custom dialog implementations, as in predefined dialogs this property will already be configured to the appropriate value for the dialog.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBoxDialog Class | HtmlBoxDialog Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.