C# 클래스 Ext.Net.Label

상속: Ext.Net.ComponentBase, ITextControl, IIcon
파일 보기 프로젝트 열기: pgodwin/Ext.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Label System.Collections.Generic
Label System.Collections.Generic
Label System.Collections.Generic
SetHtml void
SetIconClass void
SetText void
SetText void

공개 메소드들

메소드 설명
Label ( Config config ) : System

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

Label() 공개 메소드

public Label ( Config config ) : System
config Config
리턴 System

SetIconClass() 보호된 메소드

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
리턴 void