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

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

Private Properties

프로퍼티 타입 설명
ResetTag void
ShouldSerializeTag bool

공개 메소드들

메소드 설명
KryptonRibbonContext ( ) : System

Initialise a new instance of the KryptonRibbonContext class.

보호된 메소드들

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

Raises the PropertyChanged event.

비공개 메소드들

메소드 설명
ResetTag ( ) : void
ShouldSerializeTag ( ) : bool

메소드 상세

KryptonRibbonContext() 공개 메소드

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

OnPropertyChanged() 보호된 메소드

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