C# Class Ext.Net.Label

Inheritance: Ext.Net.ComponentBase, ITextControl, IIcon
Afficher le fichier Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Свойство Type Description
Label System.Collections.Generic
Label System.Collections.Generic
Label System.Collections.Generic
SetHtml void
SetIconClass void
SetText void
SetText void

Méthodes publiques

Méthode Description
Label ( Config config ) : System

Méthodes protégées

Méthode 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

Méthode 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 méthode

public Label ( Config config ) : System
config Config
Résultat System

SetIconClass() protected méthode

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
Résultat void