Property | Type | Description | |
---|---|---|---|
scintilla_Load | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Equals ( object obj ) : bool |
Abstract Equals Override. All Helpers must implement this. Use IsSameHelperFamily to determine if the types are compatible and they have the same Scintilla. For most top level helpers like Caret and Lexing this should be enough. Helpers like Marker and Line also need to take other variables into consideration.
|
|
GetHashCode ( ) : int |
Method | Description | |
---|---|---|
Initialize ( ) : void | ||
IsSameHelperFamily ( object obj ) : bool |
Determines if obj belongs to the same Scintilla and is of compatible type
|
|
ScintillaHelperBase ( Scintilla scintilla ) : System |
Method | Description | |
---|---|---|
scintilla_Load ( object sender, |
protected IsSameHelperFamily ( object obj ) : bool | ||
obj | object | |
return | bool |
protected ScintillaHelperBase ( Scintilla scintilla ) : System | ||
scintilla | Scintilla | |
return | System |