Class HTMLUIActionList
Contains the properties and its functionality of internal html behavior.
Inherited Members
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()