Class SfAIAssistViewDesigner
Designer class for SfAIAssistView
Inheritance
System.Object
SfAIAssistViewDesigner
Namespace: Syncfusion.WinForms.AIAssistView
Assembly: Syncfusion.SfAIAssistView.WinForms.dll
Syntax
public class SfAIAssistViewDesigner : ControlDesigner
Constructors
SfAIAssistViewDesigner()
Initializes a new instance of the SfAIAssistViewDesigner class.
Declaration
public SfAIAssistViewDesigner()
Properties
ActionLists
Gets the collection of Microsoft.DotNet.DesignTools.Designers.Actions.DesignerActionList objects associated with the SfAIAssistView control. These action lists define the SmartTag menu items available at design time.
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
| Type |
|---|
| Microsoft.DotNet.DesignTools.Designers.Actions.DesignerActionListCollection |
Methods
Initialize(IComponent)
Declaration
public override void Initialize(IComponent component)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.IComponent | component |