DataSource Property

Sets or retrieves the data source that populates the items in the ToolbarDropDownList control.

Syntax

Visual Basic Overridable  Public  Property DataSource As object
C# public   virtual  object DataSource { get; set; }
Managed C++ public:  __property virtual object get_DataSource();
public:  __property virtual  void set_DataSource(object);
JScript public   function get DataSource() : object;
public   function set DataSource(object);

Possible Values

oSource The data source that populates the items in the ToolbarDropDownList control.

The property is read/write. The property has no default value.

Applies To

TOOLBARDROPDOWNLIST

See Also

Internet Explorer WebControls, About the Toolbar WebControl