C# 클래스 emanual.Wpf.Controls.FontDialogEx

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: kienaiProject/ArtOfWords

공개 메소드들

메소드 설명
FontDialogEx ( ) : System

보호된 메소드들

메소드 설명
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

비공개 메소드들

메소드 설명
CheckLanguage ( string s ) : bool
SetFontSizeList ( ) : void
SetLanguageList ( ) : void
SortComparison ( ListedFontViewModel item1, ListedFontViewModel item2 ) : int
UpdateFamilyName ( ) : void
UpdateSampleText ( ) : void
UserControl_Loaded_1 ( object sender, RoutedEventArgs e ) : void
chkBold_Checked ( object sender, RoutedEventArgs e ) : void
chkBold_Unchecked ( object sender, RoutedEventArgs e ) : void
cmbLanguage_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
lstFamilyName_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
lstFontSize_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
lstTypeface_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

메소드 상세

FontDialogEx() 공개 메소드

public FontDialogEx ( ) : System
리턴 System

OnMouseLeftButtonDown() 보호된 메소드

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void