C# 클래스 Amoeba.Windows.AvalonEditHelperBase.AbstractCustomElementGenerator.CustomTextElement

상속: ICSharpCode.AvalonEdit.Rendering.FormattedTextElement
파일 보기 프로젝트 열기: Alliance-Network/Amoeba

공개 메소드들

메소드 설명
CreateTextRun ( int startVisualColumn, ITextRunConstructionContext context ) : System.Windows.Media.TextFormatting.TextRun
CustomTextElement ( string text ) : System

보호된 메소드들

메소드 설명
OnClickEvent ( string text ) : void
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnQueryCursor ( System.Windows.Input.QueryCursorEventArgs e ) : void

메소드 상세

CreateTextRun() 공개 메소드

public CreateTextRun ( int startVisualColumn, ITextRunConstructionContext context ) : System.Windows.Media.TextFormatting.TextRun
startVisualColumn int
context ITextRunConstructionContext
리턴 System.Windows.Media.TextFormatting.TextRun

CustomTextElement() 공개 메소드

public CustomTextElement ( string text ) : System
text string
리턴 System

OnClickEvent() 보호된 메소드

protected OnClickEvent ( string text ) : void
text string
리턴 void

OnMouseDown() 보호된 메소드

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

OnQueryCursor() 보호된 메소드

protected OnQueryCursor ( System.Windows.Input.QueryCursorEventArgs e ) : void
e System.Windows.Input.QueryCursorEventArgs
리턴 void