PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Design Namespace / C1MultiDocumentDesigner Class / ActionLists Property

In This Topic
    ActionLists Property (C1MultiDocumentDesigner)
    In This Topic
    Gets the collection of System.ComponentModel.Design.DesignerActionList associated with this designer.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property ActionLists As DesignerActionListCollection
    public override DesignerActionListCollection ActionLists {get;}
    See Also