C# 클래스 ARCed.Scintilla.CaretInfo

상속: TopLevelHelper
파일 보기 프로젝트 열기: borisblizzard/arcreator

Private Properties

프로퍼티 타입 설명
ResetBlinkRate void
ResetColor void
ResetCurrentLineBackgroundAlpha void
ResetCurrentLineBackgroundColor void
ResetHighlightCurrentLine void
ResetIsSticky void
ResetStyle void
ResetWidth void
ShouldSerializeBlinkRate bool
ShouldSerializeColor bool
ShouldSerializeCurrentLineBackgroundAlpha bool
ShouldSerializeCurrentLineBackgroundColor bool
ShouldSerializeHighlightCurrentLine bool
ShouldSerializeIsSticky bool
ShouldSerializeStyle bool
ShouldSerializeWidth bool

공개 메소드들

메소드 설명
BringIntoView ( ) : void

Places the caret somewhere within the document that is displayed in the Scintilla Window

If the caret is already visible in the current scrolled view this method does nothing.

ChooseCaretX ( ) : void

Scintilla remembers the x value of the last position horizontally moved to explicitly by the user and this value is then used when moving vertically such as by using the up and down keys. This method sets the current x position of the caret as the remembered value.

EnsureVisible ( ) : void

Scrolls the Scintilla window so that the Caret is visible.

Goto ( int position ) : void

Places the caret at the specified document position

ToString ( ) : string

보호된 메소드들

메소드 설명
CaretInfo ( Scintilla scintilla ) : System.ComponentModel
ShouldSerialize ( ) : bool

비공개 메소드들

메소드 설명
ResetBlinkRate ( ) : void
ResetColor ( ) : void
ResetCurrentLineBackgroundAlpha ( ) : void
ResetCurrentLineBackgroundColor ( ) : void
ResetHighlightCurrentLine ( ) : void
ResetIsSticky ( ) : void
ResetStyle ( ) : void
ResetWidth ( ) : void
ShouldSerializeBlinkRate ( ) : bool
ShouldSerializeColor ( ) : bool
ShouldSerializeCurrentLineBackgroundAlpha ( ) : bool
ShouldSerializeCurrentLineBackgroundColor ( ) : bool
ShouldSerializeHighlightCurrentLine ( ) : bool
ShouldSerializeIsSticky ( ) : bool
ShouldSerializeStyle ( ) : bool
ShouldSerializeWidth ( ) : bool

메소드 상세

BringIntoView() 공개 메소드

Places the caret somewhere within the document that is displayed in the Scintilla Window
If the caret is already visible in the current scrolled view this method does nothing.
public BringIntoView ( ) : void
리턴 void

CaretInfo() 보호된 메소드

protected CaretInfo ( Scintilla scintilla ) : System.ComponentModel
scintilla Scintilla
리턴 System.ComponentModel

ChooseCaretX() 공개 메소드

Scintilla remembers the x value of the last position horizontally moved to explicitly by the user and this value is then used when moving vertically such as by using the up and down keys. This method sets the current x position of the caret as the remembered value.
public ChooseCaretX ( ) : void
리턴 void

EnsureVisible() 공개 메소드

Scrolls the Scintilla window so that the Caret is visible.
public EnsureVisible ( ) : void
리턴 void

Goto() 공개 메소드

Places the caret at the specified document position
public Goto ( int position ) : void
position int Position in the document to place the caret
리턴 void

ShouldSerialize() 보호된 메소드

protected ShouldSerialize ( ) : bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string