Wimark.Controls Class Library  

Editor.PreferredDropDownSize Property

Gets or sets the preferred size of the of the drop-down portion of an editor.

[Visual Basic]
Protected Property PreferredDropDownSize As Size 
[C#]
protected Size PreferredDropDownSize {get; set;}
[C++]
protected: __property Size get_PreferredDropDownSize();
protected: __property void set_PreferredDropDownSize(Size);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

Editor Class | Editor Members | Wimark.Controls.Editors Namespace