GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoDashStyleDropDown Class
Members
In This Topic
    GoDashStyleDropDown Class
    In This Topic
    The GoDashStyleDropDown is a GoPropertyDropDown control used for selecting dash styles.
    Syntax
    [ToolboxItem(true)]
    [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 class GoDashStyleDropDown : GoPropertyDropDown, IGoPropertyControl  
    See Also