C# Class Ext.Net.Label

Inheritance: Ext.Net.ComponentBase, ITextControl, IIcon
Show file Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property Type Description
Label System.Collections.Generic
Label System.Collections.Generic
Label System.Collections.Generic
SetHtml void
SetIconClass void
SetText void
SetText void

Public Methods

Method Description
Label ( Config config ) : System

Protected Methods

Method Description
SetIconClass ( Icon icon ) : void

Sets the CSS class that provides a background image to use as the button's icon. This method also changes the value of the iconCls config internally.

Private Methods

Method Description
Label ( ) : System.Collections.Generic
Label ( string text ) : System.Collections.Generic
Label ( string format, string text ) : System.Collections.Generic
SetHtml ( string html ) : void
SetIconClass ( string cls ) : void
SetText ( string text ) : void
SetText ( string text, bool encode ) : void

Method Details

Label() public method

public Label ( Config config ) : System
config Config
return System

SetIconClass() protected method

Sets the CSS class that provides a background image to use as the button's icon. This method also changes the value of the iconCls config internally.
protected SetIconClass ( Icon icon ) : void
icon System.Drawing.Icon
return void