Version

UseAdvancedDisplay Property

Gets or sets a value which indicates if advanced drop-down displays should be used.
Syntax
'Declaration
 
Public Property UseAdvancedDisplay As Boolean
public bool UseAdvancedDisplay {get; set;}

Property Value

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

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also