C# Class ARCed.Scintilla.Margin

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

Private Properties

Property Type Description
ResetAutoToggleMarkerNumber void
ResetIsClickable void
ResetIsFoldMargin void
ResetIsMarkerMargin void
ResetType void
ResetWidth void
ShouldSerialize bool
ShouldSerializeAutoToggleMarkerNumber bool
ShouldSerializeIsClickable bool
ShouldSerializeIsFoldMargin bool
ShouldSerializeIsMarkerMargin bool
ShouldSerializeType bool
ShouldSerializeWidth bool

Public Methods

Method Description
Equals ( object obj ) : bool
GetClientRectangle ( ) : Rectangle
GetHashCode ( ) : int
Reset ( ) : void
ToString ( ) : string

Protected Methods

Method Description
Margin ( Scintilla scintilla, int number ) : System.ComponentModel

Private Methods

Method Description
ResetAutoToggleMarkerNumber ( ) : void
ResetIsClickable ( ) : void
ResetIsFoldMargin ( ) : void
ResetIsMarkerMargin ( ) : void
ResetType ( ) : void
ResetWidth ( ) : void
ShouldSerialize ( ) : bool
ShouldSerializeAutoToggleMarkerNumber ( ) : bool
ShouldSerializeIsClickable ( ) : bool
ShouldSerializeIsFoldMargin ( ) : bool
ShouldSerializeIsMarkerMargin ( ) : bool
ShouldSerializeType ( ) : bool
ShouldSerializeWidth ( ) : bool

Method Details

Equals() public method

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

GetClientRectangle() public method

public GetClientRectangle ( ) : Rectangle
return System.Drawing.Rectangle

GetHashCode() public method

public GetHashCode ( ) : int
return int

Margin() protected method

protected Margin ( Scintilla scintilla, int number ) : System.ComponentModel
scintilla Scintilla
number int
return System.ComponentModel

Reset() public method

public Reset ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string