Class DesignerActionListBase
Defines a class which implements the
Inheritance
Namespace: Syncfusion.WinForms.Core
Assembly: Syncfusion.Core.WinForms.dll
Syntax
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 |
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 |
|---|---|---|
| Microsoft.DotNet.DesignTools.Designers.Actions.DesignerActionItemCollection | actionItems | Collection of ActionItems of the SmartTag panel. |
Returns
| Type | Description |
|---|---|
| Microsoft.DotNet.DesignTools.Designers.Actions.DesignerActionItemCollection | returns the |
GetSortedActionItems()
Returns the collection of
Declaration
public override DesignerActionItemCollection GetSortedActionItems()
Returns
| Type | Description |
|---|---|
| Microsoft.DotNet.DesignTools.Designers.Actions.DesignerActionItemCollection | A |
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()