C# Class ARCed.Scintilla.Selection

Inheritance: TopLevelHelper
Datei anzeigen Open project: borisblizzard/arcreator

Private Properties

Property Type Description
ResetBackColor void
ResetBackColorUnfocused void
ResetEnd void
ResetForeColor void
ResetForeColorUnfocused void
ResetHidden void
ResetHideSelection void
ResetMode void
ResetStart void
ShouldSerialize bool
ShouldSerializeBackColor bool
ShouldSerializeBackColorUnfocused bool
ShouldSerializeEnd bool
ShouldSerializeForeColor bool
ShouldSerializeForeColorUnfocused bool
ShouldSerializeHidden bool
ShouldSerializeHideSelection bool
ShouldSerializeMode bool
ShouldSerializeStart bool

Public Methods

Method Description
Clear ( ) : void
SelectAll ( ) : void
SelectNone ( ) : void

Protected Methods

Method Description
Selection ( Scintilla scintilla ) : System

Private Methods

Method Description
ResetBackColor ( ) : void
ResetBackColorUnfocused ( ) : void
ResetEnd ( ) : void
ResetForeColor ( ) : void
ResetForeColorUnfocused ( ) : void
ResetHidden ( ) : void
ResetHideSelection ( ) : void
ResetMode ( ) : void
ResetStart ( ) : void
ShouldSerialize ( ) : bool
ShouldSerializeBackColor ( ) : bool
ShouldSerializeBackColorUnfocused ( ) : bool
ShouldSerializeEnd ( ) : bool
ShouldSerializeForeColor ( ) : bool
ShouldSerializeForeColorUnfocused ( ) : bool
ShouldSerializeHidden ( ) : bool
ShouldSerializeHideSelection ( ) : bool
ShouldSerializeMode ( ) : bool
ShouldSerializeStart ( ) : bool

Method Details

Clear() public method

public Clear ( ) : void
return void

SelectAll() public method

public SelectAll ( ) : void
return void

SelectNone() public method

public SelectNone ( ) : void
return void

Selection() protected method

protected Selection ( Scintilla scintilla ) : System
scintilla Scintilla
return System