[]
        
(Showing Draft Content)

C1.Win.C1InputPanel.InputHtmlLabel

InputHtmlLabel Class

HTML Label in a C1InputPanel control.

Inheritance
InputHtmlLabel
Namespace: C1.Win.C1InputPanel
Assembly: C1.Win.C1InputPanel.4.8.dll
Syntax
public class InputHtmlLabel : InputComponent, IBindableComponent, IComponent, IDisposable, IInputXmlSerializable

Constructors

Name Description
InputHtmlLabel()

Initializes a new instance of an InputHtmlLabel.

Properties

Name Description
Break

Gets or sets how the layout should break the flow after the component.

DefaultBreakType

Gets the default BreakType of the input component.

FontPadding

Gets or sets whether the InputHtmlLabel should use padding to avoid text clipping.

Text

Gets or sets the text associated with the component.

UseHtmlStyle

Gets or sets whether the InputHtmlLabel uses the style specified in the HTML string style attribute.

Methods

Name Description
OnLinkClicked(LinkClickedEventArgs)

Raises the LinkClicked event.

Events

Name Description
LinkClicked

Event that fires when the user clicks a hyperlink within an InputHtmlLabel component.