C# 클래스 ComponentFactory.Krypton.Ribbon.KryptonGalleryRange

상속: System.ComponentModel.Component
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
KryptonGalleryRange ( ) : System

Initialise a new instance of the KryptonGalleryRange class.

보호된 메소드들

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

Raises the PropertyChanged event.

메소드 상세

KryptonGalleryRange() 공개 메소드

Initialise a new instance of the KryptonGalleryRange class.
public KryptonGalleryRange ( ) : System
리턴 System

OnPropertyChanged() 보호된 메소드

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