C# 클래스 Radegast.RRichTextBox

상속: Radegast.ExtendedRichTextBox
파일 보기 프로젝트 열기: radegastdev/radegast 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CommentColor Color
KeyWords LSLKeyWord>.Dictionary
StringColor Color

Private Properties

프로퍼티 타입 설명
GetScrollPos Win32.POINT
GetSelectionStyle int
InitializeComponent void
ReHighlight string
RtfUnicode string
SetScrollPos void
SetSelectionStyle void
colorTag string
rtfEscaped string
ttTimerElapsed void
validWordChar bool

공개 메소드들

메소드 설명
Copy ( ) : void
Cut ( ) : void
GetSelectionLink ( ) : int

Get the link style for the current selection

InsertImage ( Image _image ) : void
InsertLink ( string text ) : void

Insert a given text as a link into the RichTextBox at the current insert position.

InsertLink ( string text, int position ) : void

Insert a given text at a given position as a link.

InsertLink ( string text, string hyperlink ) : void

Insert a given text at at the current input position as a link. The link text is followed by a hash (#) and the given hyperlink text, both of them invisible. When clicked on, the whole link text and hyperlink string are given in the LinkClickedEventArgs.

InsertLink ( string text, string hyperlink, int position ) : void

Insert a given text at a given position as a link. The link text is followed by a hash (#) and the given hyperlink text, both of them invisible. When clicked on, the whole link text and hyperlink string are given in the LinkClickedEventArgs.

Paste ( ) : void
Paste ( DataFormats format ) : void
RRichTextBox ( ) : System
RestoreState ( bool saveScrollBars ) : void
SaveState ( bool saveScrollBars ) : void
SetSelectionLink ( bool link ) : void

Set the current selection's link style

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnMouseMove ( MouseEventArgs e ) : void
OnTextChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
GetScrollPos ( ) : Win32.POINT

Sends a win32 message to get the scrollbars' position.

GetSelectionStyle ( UInt32 mask, UInt32 effect ) : int
InitializeComponent ( ) : void
ReHighlight ( string text ) : string
RtfUnicode ( string s ) : string
SetScrollPos ( System.Win32 point ) : void

Sends a win32 message to set scrollbars position.

SetSelectionStyle ( UInt32 mask, UInt32 effect ) : void
colorTag ( Color c, string s ) : string
rtfEscaped ( string s ) : string
ttTimerElapsed ( Object sender ) : void
validWordChar ( char c ) : bool

메소드 상세

Copy() 공개 메소드

public Copy ( ) : void
리턴 void

Cut() 공개 메소드

public Cut ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

GetSelectionLink() 공개 메소드

Get the link style for the current selection
public GetSelectionLink ( ) : int
리턴 int

InsertImage() 공개 메소드

public InsertImage ( Image _image ) : void
_image Image
리턴 void

InsertLink() 공개 메소드

Insert a given text as a link into the RichTextBox at the current insert position.
public InsertLink ( string text ) : void
text string Text to be inserted
리턴 void

InsertLink() 공개 메소드

Insert a given text at a given position as a link.
public InsertLink ( string text, int position ) : void
text string Text to be inserted
position int Insert position
리턴 void

InsertLink() 공개 메소드

Insert a given text at at the current input position as a link. The link text is followed by a hash (#) and the given hyperlink text, both of them invisible. When clicked on, the whole link text and hyperlink string are given in the LinkClickedEventArgs.
public InsertLink ( string text, string hyperlink ) : void
text string Text to be inserted
hyperlink string Invisible hyperlink string to be inserted
리턴 void

InsertLink() 공개 메소드

Insert a given text at a given position as a link. The link text is followed by a hash (#) and the given hyperlink text, both of them invisible. When clicked on, the whole link text and hyperlink string are given in the LinkClickedEventArgs.
public InsertLink ( string text, string hyperlink, int position ) : void
text string Text to be inserted
hyperlink string Invisible hyperlink string to be inserted
position int Insert position
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnTextChanged() 보호된 메소드

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

Paste() 공개 메소드

public Paste ( ) : void
리턴 void

Paste() 공개 메소드

public Paste ( DataFormats format ) : void
format System.Windows.Forms.DataFormats
리턴 void

RRichTextBox() 공개 메소드

public RRichTextBox ( ) : System
리턴 System

RestoreState() 공개 메소드

public RestoreState ( bool saveScrollBars ) : void
saveScrollBars bool
리턴 void

SaveState() 공개 메소드

public SaveState ( bool saveScrollBars ) : void
saveScrollBars bool
리턴 void

SetSelectionLink() 공개 메소드

Set the current selection's link style
public SetSelectionLink ( bool link ) : void
link bool true: set link style, false: clear link style
리턴 void

프로퍼티 상세

CommentColor 공개적으로 프로퍼티

public Color CommentColor
리턴 Color

KeyWords 공개적으로 프로퍼티

public Dictionary KeyWords
리턴 LSLKeyWord>.Dictionary

StringColor 공개적으로 프로퍼티

public Color StringColor
리턴 Color