TreeView for WinForms | ComponentOne
C1.Win.Localization.Design Namespace / LocalizeActionList Class / GetSortedActionItems Method

In This Topic
    GetSortedActionItems Method (LocalizeActionList)
    In This Topic
    Returns the collection of System.ComponentModel.Design.DesignerActionItem objects contained in the list.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetSortedActionItems() As DesignerActionItemCollection
    public override DesignerActionItemCollection GetSortedActionItems()

    Return Value

    A System.ComponentModel.Design.DesignerActionItem array that contains the items in this list.
    See Also