Skip to main content
Version: 4.1

TagTextBoxRenderEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the TagRender event of a TagTextBox control.

public class TagTextBoxRenderEventArgs : TagTextBoxEventArgs

Constructors

Instance member TagTextBoxRenderEventArgs(text, index)

Initializes a new instance of the TagTextBoxRenderEventArgs class.

NameTypeDescription
textStringText of the tag that is being rendered.
indexInt32Index of the tag that is being rendered.

Properties

Instance member BackColor

Color: Allows the application to change the background color of the tag displayed on the client.

Instance member ForeColor

Color: Allows the application to change the color of the text in the tag displayed on the client.

Instance member Html

String: Allows the application set the HTML to display in the tag instead of displaying the text.

Used By

NameDescription
TagTextBoxRenderEventHandlerRepresents the method that will handle the TagRender event of a TagTextBox control.