[]
HTML Label in a C1InputPanel control.
public class InputHtmlLabel : InputComponent, IBindableComponent, IComponent, IDisposable, IInputXmlSerializable
Name | Description |
---|---|
InputHtmlLabel() | Initializes a new instance of an InputHtmlLabel. |
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. |
Name | Description |
---|---|
OnLinkClicked(LinkClickedEventArgs) | Raises the LinkClicked event. |
Name | Description |
---|---|
LinkClicked | Event that fires when the user clicks a hyperlink within an InputHtmlLabel component. |