using FastReport.Design;
namespace FastReport
{
///
/// The class introduces some menu items specific to the TextObject.
///
public class HtmlObjectMenu : TextObjectBaseMenu
{
///
/// Initializes a new instance of the TextObjectMenu
/// class with default settings.
///
/// The reference to a report designer.
public HtmlObjectMenu(Designer designer) : base(designer)
{
}
}
}