C# Class Subtext.Web.Controls.Designers.HelpToolTipActionList

Inheritance: System.ComponentModel.Design.DesignerActionList
Show file Open project: ayende/Subtext

Public Methods

Method Description
GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection
HelpToolTipActionList ( IComponent helpToolTipControl ) : System

Initializes a new instance of the HelpToolTipActionList class.

Method Details

GetSortedActionItems() public method

public GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection
return System.ComponentModel.Design.DesignerActionItemCollection

HelpToolTipActionList() public method

Initializes a new instance of the HelpToolTipActionList class.
public HelpToolTipActionList ( IComponent helpToolTipControl ) : System
helpToolTipControl IComponent The help tool tip control.
return System