GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyDropDown Class
Members
In This Topic
    GoPropertyDropDown Class
    In This Topic
    The GoPropertyDropDown is an abstract base class for a more powerful ComboBox control.
    Syntax
    [ToolboxItem(false)]
    [DefaultEvent("SelectedIndexChanged")]
    [DefaultProperty("Items")]
    [DefaultBindingProperty("Text")]
    [Designer("System.Windows.Forms.Design.ComboBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [SRDescription("DescriptionComboBox")]
    [LookupBindingProperties("DataSource", 
       "DisplayMember", 
       "ValueMember", 
       "SelectedValue")]
    [DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [ToolboxItemFilter("System.Windows.Forms")]
    [DesignerCategory("Component")]
    internal abstract class GoPropertyDropDown : System.Windows.Forms.ComboBox, IGoPropertyControl  
    See Also