Class ImageListAdvActionList
CheckBoxAdvActionList class.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ImageListAdvActionList : SyncActionListBase<ImageListAdv>
Constructors
ImageListAdvActionList(IComponent)
Initializes a new instance of the ClockActionList class.
Declaration
public ImageListAdvActionList(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | Represents component |
Properties
Images
Gets the image collection
Declaration
public ImageCollection Images { get; set; }
Property Value
Type |
---|
ImageCollection |
Methods
InitializeActionList()
Overrridden InitializeActionList.
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.ImageListAdv>.InitializeActionList()