C# 클래스 TpTrayUtility.Components.TpRichText

상속: System.Windows.Forms.RichTextBox
파일 보기 프로젝트 열기: TargetProcess/Tp.TrayUtility 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FinishEditingHandler EventHandler

공개 메소드들

메소드 설명
GetDefaultStyle ( FontFamily fontFamily ) : FontStyle
SetFontToSelection ( FontFamily family, FontStyle style ) : void
SetFontToSelection ( FontStyle style ) : void
SetFontToSelection ( float size ) : void
TpRichText ( ) : System

보호된 메소드들

메소드 설명
OnKeyDown ( KeyEventArgs e ) : void
OnSelectionChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
FinishEditing ( ) : void
GetFont ( FontFamily family, FontStyle style, float size ) : Font
SetFont ( Func getStyle, Func getFamily, Func getSize ) : void
SetFontToSelection ( Func getFamily, Func getSize, Func getStyle ) : void

메소드 상세

GetDefaultStyle() 공개 정적인 메소드

public static GetDefaultStyle ( FontFamily fontFamily ) : FontStyle
fontFamily System.Drawing.FontFamily
리턴 FontStyle

OnKeyDown() 보호된 메소드

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
리턴 void

OnSelectionChanged() 보호된 메소드

protected OnSelectionChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

SetFontToSelection() 공개 메소드

public SetFontToSelection ( FontFamily family, FontStyle style ) : void
family System.Drawing.FontFamily
style FontStyle
리턴 void

SetFontToSelection() 공개 메소드

public SetFontToSelection ( FontStyle style ) : void
style FontStyle
리턴 void

SetFontToSelection() 공개 메소드

public SetFontToSelection ( float size ) : void
size float
리턴 void

TpRichText() 공개 메소드

public TpRichText ( ) : System
리턴 System

프로퍼티 상세

FinishEditingHandler 공개적으로 프로퍼티

public EventHandler FinishEditingHandler
리턴 EventHandler