Class DesignerActionListBase
Defines a class which implements the System.ComponentModel.Design.DesignerActionList that supports the actions performed in the designer window of the control.
Inheritance
Namespace: Syncfusion.WinForms.Core
Assembly: Syncfusion.Core.WinForms.dll
Syntax
[ComVisible(false)]
public class DesignerActionListBase : DesignerActionList
Constructors
DesignerActionListBase(IComponent)
Initializes a new instance of the DesignerActionListBase class.
Declaration
public DesignerActionListBase(IComponent component)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.IComponent | component | A component related to the System.ComponentModel.Design.DesignerActionList. |
Properties
DirectTracLink
Gets or sets the Direct-Trac Login link.
Declaration
public string DirectTracLink { get; set; }
Property Value
| Type |
|---|
| System.String |
DocumentationLink
Gets or sets the link for Online Documentation.
Declaration
public string DocumentationLink { get; set; }
Property Value
| Type |
|---|
| System.String |
ForumLink
Gets or sets the link for Forums.
Declaration
public string ForumLink { get; set; }
Property Value
| Type |
|---|
| System.String |
Methods
AddDefaultActionItems(DesignerActionItemCollection)
Used to add the default action items to be displayed in smart tag panel.
Declaration
protected DesignerActionItemCollection AddDefaultActionItems(DesignerActionItemCollection actionItems)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.Design.DesignerActionItemCollection | actionItems | Collection of ActionItems of the SmartTag panel. |
Returns
| Type | Description |
|---|---|
| System.ComponentModel.Design.DesignerActionItemCollection | returns the System.ComponentModel.Design.DesignerActionItemCollection array that contains the System.ComponentModel.Design.DesignerActionItem of the SmartTag panel. |
GetSortedActionItems()
Returns the collection of System.ComponentModel.Design.DesignerActionItem objects contained in the list.
Declaration
public override DesignerActionItemCollection GetSortedActionItems()
Returns
| Type | Description |
|---|---|
| System.ComponentModel.Design.DesignerActionItemCollection | A System.ComponentModel.Design.DesignerActionItemCollection array that contains the System.ComponentModel.Design.DesignerActionItem in this list. |
OnViewDirectTrac()
Opens the Direct-Trac login link.
Declaration
protected void OnViewDirectTrac()
OnViewForums()
Opens the Forums for WindowsForms link.
Declaration
protected void OnViewForums()
OnViewOnlineDocumentation()
Opens the User Guide documentation for WindowsForms link.
Declaration
protected void OnViewOnlineDocumentation()