ComponentOne MultiSelect for WinForms
C1.Win.C1Input.Design Namespace / C1TextBoxDesigner Class / ActionLists Property

In This Topic
    ActionLists Property (C1TextBoxDesigner)
    In This Topic
    Gets the design-time action lists supported by the component associated with the designer.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ActionLists As DesignerActionListCollection
    public virtual DesignerActionListCollection ActionLists {get;}

    Property Value

    The design-time action lists supported by the component associated with the designer.
    See Also