Свойство | 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é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éthode | Description | |
---|---|---|
CaretInfo ( Scintilla scintilla ) : System.ComponentModel | ||
ShouldSerialize ( ) : bool |
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 |
protected CaretInfo ( Scintilla scintilla ) : System.ComponentModel | ||
scintilla | Scintilla | |
Résultat | System.ComponentModel |
public Goto ( int position ) : void | ||
position | int | Position in the document to place the caret |
Résultat | void |