See Also

ToolbarDropDown Class  | ToolbarDropDown Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

UseAdvancedDisplay Property

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 );
[C++/CLI]
public: property bool UseAdvancedDisplay {    bool get();    void set (bool value); }

Return Type

true if advanced display should be used; false otherwise. The default value is true.

Remarks

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

ToolbarDropDown Class  | ToolbarDropDown Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.