C# 클래스 Ext.Net.ImageButton

파일 보기 프로젝트 열기: pgodwin/Ext.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ImageButton System.ComponentModel
SetAlign void
SetAltText void
SetDisabledImageUrl void
SetImageUrl void
SetOverImageUrl void
SetPressedImageUrl void

공개 메소드들

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

비공개 메소드들

메소드 설명
ImageButton ( ) : System.ComponentModel
SetAlign ( ImageAlign align ) : void
SetAltText ( string altText ) : void
SetDisabledImageUrl ( string url ) : void
SetImageUrl ( string url ) : void
SetOverImageUrl ( string url ) : void
SetPressedImageUrl ( string url ) : void

메소드 상세

ImageButton() 공개 메소드

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