C# Class ARCed.Scintilla.Style

Inheritance: ScintillaHelperBase
Afficher le fichier Open project: borisblizzard/arcreator Class Usage Examples

Private Properties

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

Méthodes publiques

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

Private Methods

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

Method Details

Apply() public méthode

public Apply ( int length ) : void
length int
Résultat void

Apply() public méthode

public Apply ( int position, int length ) : void
position int
length int
Résultat void

CopyTo() public méthode

public CopyTo ( Style target ) : void
target Style
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetTextWidth() public méthode

public GetTextWidth ( string text ) : int
text string
Résultat int

Reset() public méthode

public Reset ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string