WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HTMLUIActionList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HTMLUIActionList

    Contains the properties and its functionality of internal html behavior.

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

    Constructors

    HTMLUIActionList(IComponent)

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

    Properties

    AutoRunScripts

    Gets or sets a bool value indicating whether to run the scripts.

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

    AutoScroll

    Gets or sets a bool property to toggle betwen auto scrolling

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

    ShowTitle

    Gets or sets a bool property to make the title to show

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

    Methods

    InitializeActionList()

    overriding InitializeActionList

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