C# Класс ARCed.Scintilla.CaretInfo

Наследование: TopLevelHelper
Показать файл Открыть проект

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