See Also

HtmlBox Class  | HtmlBox 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

DropDownStyle Property

Dart.PowerWEB.TextBox Namespace > HtmlBox Class : DropDownStyle Property

Gets a Style object representing the style that will be applied to all ToolbarDropDown controls used by the HtmlBox.

[Visual Basic]
<CategoryAttribute("Appearance")> <DesignerSerializationVisibilityAttribute()> <DescriptionAttribute("Enables configuration of all ToolbarDropDown styles at once")> Public Property DropDownStyle As BaseStyle
[C#]
[CategoryAttribute("Appearance")] [DesignerSerializationVisibilityAttribute()] [DescriptionAttribute("Enables configuration of all ToolbarDropDown styles at once")] public BaseStyle DropDownStyle {get; set;}
[C++]
[CategoryAttribute("Appearance")] [DesignerSerializationVisibilityAttribute()] [DescriptionAttribute("Enables configuration of all ToolbarDropDown styles at once")] public: __property BaseStyle* get_DropDownStyle(); public: __property void set_DropDownStyle(    BaseStyle* value );
[C++/CLI]
[CategoryAttribute("Appearance")] [DesignerSerializationVisibilityAttribute()] [DescriptionAttribute("Enables configuration of all ToolbarDropDown styles at once")] public: property BaseStyle^ DropDownStyle {    BaseStyle^ get();    void set (BaseStyle^ value); }

Return Type

A Style object representing the styles of all dialogs.

Remarks

Use this object to globally apply styles to all dropdowns at once. For example, setting Style.BackColor to Color.Blue will cause all of the dropdowns to have a blue background.

If you would one (or many) dropdowns to have a different style than the rest, you can set the style properties on the dropdown level instead of using this global style mechanism.

For default values of this property, see the HtmlBox constructor topic.

Requirements

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

See Also

HtmlBox Class  | HtmlBox Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.