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

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

Private Properties

Свойство Тип Описание
BackColorNotSet bool
FontNotSet bool
ForeColorNotSet bool
ResetBackColor void
ResetBold void
ResetCase void
ResetCharacterSet void
ResetFont void
ResetFontName void
ResetForeColor void
ResetIsChangeable void
ResetIsHotspot void
ResetIsSelectionEolFilled void
ResetIsVisible void
ResetItalic void
ResetSize void
ResetUnderline void
SetBackColorInternal void
SetForeColorInternal void
ShouldSerialize bool
ShouldSerializeBackColor bool
ShouldSerializeBold bool
ShouldSerializeCase bool
ShouldSerializeCharacterSet bool
ShouldSerializeFont bool
ShouldSerializeFontName bool
ShouldSerializeForeColor bool
ShouldSerializeIsChangeable bool
ShouldSerializeIsHotspot bool
ShouldSerializeIsSelectionEolFilled bool
ShouldSerializeIsVisible bool
ShouldSerializeItalic bool
ShouldSerializeSize bool
ShouldSerializeUnderline bool
Style System.ComponentModel
getDefaultBackColor System.Drawing.Color
getDefaultCharacterSet CharacterSet
getDefaultFont System.Drawing.Font
getDefaultForeColor System.Drawing.Color

Открытые методы

Метод Описание
Apply ( int length ) : void
Apply ( int position, int length ) : void
CopyTo ( Style target ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetTextWidth ( string text ) : int
Reset ( ) : void
ToString ( ) : string

Приватные методы

Метод Описание
BackColorNotSet ( ) : bool
FontNotSet ( ) : bool
ForeColorNotSet ( ) : bool
ResetBackColor ( ) : void
ResetBold ( ) : void
ResetCase ( ) : void
ResetCharacterSet ( ) : void
ResetFont ( ) : void
ResetFontName ( ) : void
ResetForeColor ( ) : void
ResetIsChangeable ( ) : void
ResetIsHotspot ( ) : void
ResetIsSelectionEolFilled ( ) : void
ResetIsVisible ( ) : void
ResetItalic ( ) : void
ResetSize ( ) : void
ResetUnderline ( ) : void
SetBackColorInternal ( Color value ) : void
SetForeColorInternal ( Color value ) : void
ShouldSerialize ( ) : bool
ShouldSerializeBackColor ( ) : bool
ShouldSerializeBold ( ) : bool
ShouldSerializeCase ( ) : bool
ShouldSerializeCharacterSet ( ) : bool
ShouldSerializeFont ( ) : bool
ShouldSerializeFontName ( ) : bool
ShouldSerializeForeColor ( ) : bool
ShouldSerializeIsChangeable ( ) : bool
ShouldSerializeIsHotspot ( ) : bool
ShouldSerializeIsSelectionEolFilled ( ) : bool
ShouldSerializeIsVisible ( ) : bool
ShouldSerializeItalic ( ) : bool
ShouldSerializeSize ( ) : bool
ShouldSerializeUnderline ( ) : bool
Style ( int index, Scintilla scintilla ) : System.ComponentModel
getDefaultBackColor ( ) : Color
getDefaultCharacterSet ( ) : CharacterSet
getDefaultFont ( ) : Font
getDefaultForeColor ( ) : Color

Описание методов

Apply() публичный Метод

public Apply ( int length ) : void
length int
Результат void

Apply() публичный Метод

public Apply ( int position, int length ) : void
position int
length int
Результат void

CopyTo() публичный Метод

public CopyTo ( Style target ) : void
target Style
Результат void

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

GetTextWidth() публичный Метод

public GetTextWidth ( string text ) : int
text string
Результат int

Reset() публичный Метод

public Reset ( ) : void
Результат void

ToString() публичный Метод

public ToString ( ) : string
Результат string