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

DropDownWidth Property

Dart.PowerWEB.TextBox Namespace > ToolbarDropDown Class : DropDownWidth Property

Gets or sets the width of the drop down.

[Visual Basic]
Public Property DropDownWidth As Unit
[C#]
public Unit DropDownWidth {get; set;}
[C++]
public: __property Unit get_DropDownWidth(); public: __property void set_DropDownWidth(    Unit value );
[C++/CLI]
public: property Unit DropDownWidth {    Unit get();    void set (Unit value); }

Return Type

A Unit value, indicating the width of the drop down.

Remarks

This value applies to the portion of the drop down that is visible when the drop down is clicked to display the list of values.

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.