Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor.Design Namespace / C1ExpressionEditorPanelDesigner Class / ActionLists Property

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

    Property Value

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