C# Class ARCed.Scintilla.Margin

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

Private Properties

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Margin ( Scintilla scintilla, int number ) : System.ComponentModel

Private Methods

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

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

GetClientRectangle() public méthode

public GetClientRectangle ( ) : Rectangle
Résultat System.Drawing.Rectangle

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Margin() protected méthode

protected Margin ( Scintilla scintilla, int number ) : System.ComponentModel
scintilla Scintilla
number int
Résultat System.ComponentModel

Reset() public méthode

public Reset ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string