C# 클래스 Xwt.WPFBackend.DialogBackend.DialogButtonTemplateSelector

상속: System.Windows.Controls.DataTemplateSelector
파일 보기 프로젝트 열기: TheBrainTech/xwt

공개 메소드들

메소드 설명
DialogButtonTemplateSelector ( System.Windows.Style style, ICommand command ) : System.Collections.Generic
SelectTemplate ( object item, DependencyObject container ) : System.Windows.DataTemplate

비공개 메소드들

메소드 설명
SetupButtonFactory ( System.Windows.FrameworkElementFactory factory, System.Windows.Style style, ICommand command ) : void

메소드 상세

DialogButtonTemplateSelector() 공개 메소드

public DialogButtonTemplateSelector ( System.Windows.Style style, ICommand command ) : System.Collections.Generic
style System.Windows.Style
command ICommand
리턴 System.Collections.Generic

SelectTemplate() 공개 메소드

public SelectTemplate ( object item, DependencyObject container ) : System.Windows.DataTemplate
item object
container System.Windows.DependencyObject
리턴 System.Windows.DataTemplate