ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Localization.Design Namespace / LocalizeActionList Class / GetSortedActionItems Method

In This Topic
    GetSortedActionItems Method (LocalizeActionList)
    In This Topic
    Returns the list of associated action items.
    Syntax
    'Declaration
     
    Public Overrides Function GetSortedActionItems() As System.ComponentModel.Design.DesignerActionItemCollection
    public override System.ComponentModel.Design.DesignerActionItemCollection GetSortedActionItems()

    Return Value

    The list containing the "Localize" item.
    See Also