C# Class ARCed.Scintilla.CaretInfo

Inheritance: TopLevelHelper
Afficher le fichier Open project: borisblizzard/arcreator

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
CaretInfo ( Scintilla scintilla ) : System.ComponentModel
ShouldSerialize ( ) : bool

Private Methods

Méthode Description
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

Method Details

BringIntoView() public méthode

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
Résultat void

CaretInfo() protected méthode

protected CaretInfo ( Scintilla scintilla ) : System.ComponentModel
scintilla Scintilla
Résultat System.ComponentModel

ChooseCaretX() public méthode

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
Résultat void

EnsureVisible() public méthode

Scrolls the Scintilla window so that the Caret is visible.
public EnsureVisible ( ) : void
Résultat void

Goto() public méthode

Places the caret at the specified document position
public Goto ( int position ) : void
position int Position in the document to place the caret
Résultat void

ShouldSerialize() protected méthode

protected ShouldSerialize ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string