BuildMaster SDK Reference
Version:

TagTextBox Class

A text box that supports entry of multiple tags.

Inheritance Hierarchy

Syntax

public class TagTextBox : SimpleInput, System.ComponentModel.IComponent, System.IDisposable, System.Web.UI.IParserAccessor, System.Web.UI.IUrlResolutionService, System.Web.UI.IDataBindingsAccessor, System.Web.UI.IControlBuilderAccessor, System.Web.UI.IControlDesignerAccessor, System.Web.UI.IExpressionsAccessor, System.Web.UI.IAttributeAccessor, IMandatoryClientIdPolicyContainer, ISimpleControl, ISimpleControlContainer, ISimpleClientResourceConsumer, ISimplePostControl, ISimpleValidationExpression, ISimpleValidator, System.Web.UI.IPostBackDataHandler

Properties

Name Description
AllowTagCreation

Gets or sets a value indicating whether the user can create new tags.

SelectedTags

Gets the currently selected tags.

Tags

Gets or sets the valid tags to display.

Width

Gets or sets the width of the control.

Methods

Name Description
GetClientResources

Adds the required client resources.

Render(System.Web.UI.HtmlTextWriter writer)

Sends server control content to a provided System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.

WriteHtml(SlimHtmlTextWriter writer)

Writes the specified writer.