All pages
Powered by GitBook
1 of 1

Loading...

TagTextBoxRenderEventArgs

Wisej.Web.TagTextBoxRenderEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

  • TagTextBoxEventArgs

    • TagTextBoxRenderEventArgs

Provides data for the TagRender event of a control.

Constructors

TagTextBoxRenderEventArgs(text, index)

Initializes a new instance of the class.

Name
Type
Description

Properties

BackColor

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

ForeColor

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

Html

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

Used By

Name
Description

text

String

Text of the tag that is being rendered.

index

Int32

Index of the tag that is being rendered.

TagTextBoxRenderEventHandler

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

TagTextBox
Public Class TagTextBoxRenderEventArgs
    Inherits TagTextBoxEventArgs
TagTextBoxRenderEventArgs
Color
Color
String
public class TagTextBoxRenderEventArgs : TagTextBoxEventArgs