menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeMapActionList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeMapActionList

    TreeMapActionList class

    Inheritance
    System.Object
    SyncActionListBase<TreeMap>
    TreeMapActionList
    Inherited Members
    SyncActionListBase<TreeMap>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<TreeMap>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<TreeMap>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<TreeMap>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<TreeMap>.Control
    SyncActionListBase<TreeMap>.GetProperty(String)
    SyncActionListBase<TreeMap>.GetSortedActionItems()
    SyncActionListBase<TreeMap>.GetValue(String)
    SyncActionListBase<TreeMap>.SetValue(String, Object)
    Namespace: Syncfusion.Windows.Forms.TreeMap
    Assembly: Syncfusion.TreeMap.Windows.dll
    Syntax
    public class TreeMapActionList : SyncActionListBase<TreeMap>

    Constructors

    TreeMapActionList(IComponent)

    Initializes a new instance of the TreeMapActionList class.

    Declaration
    public TreeMapActionList(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    Properties

    HeaderBorderThickness

    Gets/Sets HeaderBorderThickness value

    Declaration
    public float HeaderBorderThickness { get; set; }
    Property Value
    Type
    System.Single

    HighlightGroupOnSelection

    Gets/Sets HighlightGroupOnSelection value

    Declaration
    public bool HighlightGroupOnSelection { get; set; }
    Property Value
    Type
    System.Boolean

    HighlightOnSelection

    Gets/Sets HighlightOnSelection value

    Declaration
    public bool HighlightOnSelection { get; set; }
    Property Value
    Type
    System.Boolean

    IsToolTipVisible

    Gets/Sets IsToolTipVisible value

    Declaration
    public bool IsToolTipVisible { get; set; }
    Property Value
    Type
    System.Boolean

    ItemsLayoutModes

    Gets/Sets ItemsLayoutModes value

    Declaration
    public ItemsLayoutModes ItemsLayoutModes { get; set; }
    Property Value
    Type
    ItemsLayoutModes

    Name

    Gets or sets Name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    SelectionModes

    Gets/Sets SelectionModes value

    Declaration
    public SelectionModes SelectionModes { get; set; }
    Property Value
    Type
    SelectionModes

    Methods

    InitializeActionList()

    Overrridden InitializeActionList.

    Declaration
    protected override void InitializeActionList()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.TreeMap.TreeMap>.InitializeActionList()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved