Wimark.Controls Class Library  

DropDownArea.Value Property

Gets or sets the value to edit.

[Visual Basic]
Protected Property Value As Object 
[C#]
protected object Value {get; set;}
[C++]
protected: __property Object* get_Value();
protected: __property void set_Value(Object*);

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

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