C# Class ARCed.Scintilla.Style

Inheritance: ScintillaHelperBase
Show file Open project: borisblizzard/arcreator Class Usage Examples

Private Properties

Property 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

Public Methods

Method 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

Method 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 method

public Apply ( int length ) : void
length int
return void

Apply() public method

public Apply ( int position, int length ) : void
position int
length int
return void

CopyTo() public method

public CopyTo ( Style target ) : void
target Style
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetTextWidth() public method

public GetTextWidth ( string text ) : int
text string
return int

Reset() public method

public Reset ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string