C# 클래스 Xwt.WPFBackend.ComboBoxBackend

상속: Xwt.WPFBackend.WidgetBackend, IComboBoxBackend
파일 보기 프로젝트 열기: TheBrainTech/xwt

공개 메소드들

메소드 설명
DisableEvent ( object eventId ) : void
EnableEvent ( object eventId ) : void
GetPreferredSize ( SizeConstraint widthConstraint, SizeConstraint heightConstraint ) : Size
SetSource ( IListDataSource source, IBackend sourceBackend ) : void
SetViews ( CellViewCollection views ) : void

비공개 메소드들

메소드 설명
ComboBoxBackend ( ) : System.Collections.Generic
ComboBox_Loaded ( object sender, RoutedEventArgs e ) : void
GetDataTemplate ( IList views ) : System.Windows.DataTemplate
OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

메소드 상세

DisableEvent() 공개 메소드

public DisableEvent ( object eventId ) : void
eventId object
리턴 void

EnableEvent() 공개 메소드

public EnableEvent ( object eventId ) : void
eventId object
리턴 void

GetPreferredSize() 공개 메소드

public GetPreferredSize ( SizeConstraint widthConstraint, SizeConstraint heightConstraint ) : Size
widthConstraint SizeConstraint
heightConstraint SizeConstraint
리턴 System.Windows.Size

SetSource() 공개 메소드

public SetSource ( IListDataSource source, IBackend sourceBackend ) : void
source IListDataSource
sourceBackend IBackend
리턴 void

SetViews() 공개 메소드

public SetViews ( CellViewCollection views ) : void
views CellViewCollection
리턴 void