Version

ValueList.ValueListBindableAttribute Class

This attribute is used to identify those classes that should be added to a ValueListEditor's drop down list.
Syntax
'Declaration
 
Public Class ValueList.ValueListBindableAttribute 
   Inherits System.Attribute
public class ValueList.ValueListBindableAttribute : System.Attribute 
Remarks

This attribute only has meaning for those System.Windows.Forms.Control derived classes that implement the IValueList interface.

Note: If a System.Windows.Forms.Control derived classes implements the IValueList interface but does not has this attribute it will be considered bindable by default and added to a ValueListEditor's drop down list.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also