C# 클래스 Microsoft.Windows.Controls.Ribbon.KeyTipAndContentSyncHelper

파일 보기 프로젝트 열기: kasicass/kasicass 1 사용 예제들

공개 메소드들

메소드 설명
CoerceContentProperty ( ISyncKeyTipAndContent syncElement, object baseValue ) : object
CoerceKeyTip ( ISyncKeyTipAndContent syncElement, object baseValue, DependencyProperty contentProperty ) : object
OnContentPropertyChanged ( ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty ) : void
OnKeyTipChanged ( ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty ) : void
Sync ( ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty ) : void

메소드 상세

CoerceContentProperty() 공개 정적인 메소드

public static CoerceContentProperty ( ISyncKeyTipAndContent syncElement, object baseValue ) : object
syncElement ISyncKeyTipAndContent
baseValue object
리턴 object

CoerceKeyTip() 공개 정적인 메소드

public static CoerceKeyTip ( ISyncKeyTipAndContent syncElement, object baseValue, DependencyProperty contentProperty ) : object
syncElement ISyncKeyTipAndContent
baseValue object
contentProperty System.Windows.DependencyProperty
리턴 object

OnContentPropertyChanged() 공개 정적인 메소드

public static OnContentPropertyChanged ( ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty ) : void
syncElement ISyncKeyTipAndContent
contentProperty System.Windows.DependencyProperty
리턴 void

OnKeyTipChanged() 공개 정적인 메소드

public static OnKeyTipChanged ( ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty ) : void
syncElement ISyncKeyTipAndContent
contentProperty System.Windows.DependencyProperty
리턴 void

Sync() 공개 정적인 메소드

public static Sync ( ISyncKeyTipAndContent syncElement, DependencyProperty contentProperty ) : void
syncElement ISyncKeyTipAndContent
contentProperty System.Windows.DependencyProperty
리턴 void