C# Class Xwt.WPFBackend.DialogBackend.DialogButtonTemplateSelector

Inheritance: System.Windows.Controls.DataTemplateSelector
Exibir arquivo Open project: TheBrainTech/xwt

Public Methods

Method Description
DialogButtonTemplateSelector ( System.Windows.Style style, ICommand command ) : System.Collections.Generic
SelectTemplate ( object item, DependencyObject container ) : System.Windows.DataTemplate

Private Methods

Method Description
SetupButtonFactory ( System.Windows.FrameworkElementFactory factory, System.Windows.Style style, ICommand command ) : void

Method Details

DialogButtonTemplateSelector() public method

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

SelectTemplate() public method

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