Dart.PowerWEB.TextBox Namespace > ToolbarDropDown Class : UseAdvancedDisplay Property |
Gets or sets a value which indicates if advanced drop-down displays should be used.
[Visual Basic]
Public Property UseAdvancedDisplay As Boolean
[C#]
public bool UseAdvancedDisplay {get; set;}
[C++]
public: __property bool get_UseAdvancedDisplay();
public: __property void set_UseAdvancedDisplay(
bool value
);
true if advanced display should be used; false otherwise. The default value is true.
This property only has effect on the predefined drop-down types ToolbarDropDownType.FontFormatting, ToolbarDropDownType.FontName, and ToolbarDropDownType.FontStyle. If this property is true, advanced displays are used. For example, in the case of ToolbarDropDownType.FontName, the font name will be displayed using the actual font. Set this property to false to have the drop-down look like a standard, non-formatted drop-down.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
ToolbarDropDown Class | ToolbarDropDown Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.