Dart.PowerWEB.TextBox Namespace > HtmlBoxDialog Class : InternalDialogType Property (HtmlBoxDialog) |
Not intended to be used by the developer. Gets or sets the type of internally rendered dialog that will be displayed when the ToolbarDialogButton is clicked.
[Visual Basic]
Public Property InternalDialogType As InternalDialogType
[C#]
public InternalDialogType InternalDialogType {get; set;}
[C++]
public: __property InternalDialogType get_InternalDialogType();
public: __property void set_InternalDialogType(
InternalDialogType value
);
[C++/CLI]
public:
property InternalDialogType InternalDialogType {
InternalDialogType get();
void set (InternalDialogType value);
}
This value is automatically assigned by the control. Do not change the value.
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.