C# 클래스 ComponentFactory.Krypton.Toolkit.PaletteContentText

Implement storage for palette content text details.
상속: Storage
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PaletteContentText ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the PaletteContentText class.

보호된 메소드들

메소드 설명
OnPropertyChanged ( string property ) : void

Raises the PropertyChanged event.

메소드 상세

OnPropertyChanged() 보호된 메소드

Raises the PropertyChanged event.
protected OnPropertyChanged ( string property ) : void
property string Name of the property changed.
리턴 void

PaletteContentText() 공개 메소드

Initialize a new instance of the PaletteContentText class.
public PaletteContentText ( NeedPaintHandler needPaint ) : System
needPaint NeedPaintHandler Delegate for notifying paint requests.
리턴 System