C# Class NetIde.Core.ToolWindows.TextEditor.NiTextMarker

Inheritance: NetIde.Shell.ServiceObject, INiTextMarker
Afficher le fichier Open project: netide/netide Class Usage Examples

Méthodes publiques

Méthode Description
GetColor ( int &color ) : HResult
GetExtendToBorder ( bool &extendToBorder ) : HResult
GetForeColor ( int &foreColor ) : HResult
GetHatchStyle ( NiTextMarkerHatchStyle &hatchStyle ) : HResult
GetIsReadOnly ( bool &isReadOnly ) : HResult
GetOffset ( int &startLine, int &startIndex, int &endLine, int &endIndex ) : HResult
GetToolTip ( string &toolTip ) : HResult
GetType ( NiTextMarkerType &type ) : HResult
NiTextMarker ( NiTextLines owner, ICSharpCode.TextEditor.Document.TextMarker marker ) : System
SetIsReadOnly ( bool isReadOnly ) : HResult
SetToolTip ( string toolTip ) : HResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetColor() public méthode

public GetColor ( int &color ) : HResult
color int
Résultat HResult

GetExtendToBorder() public méthode

public GetExtendToBorder ( bool &extendToBorder ) : HResult
extendToBorder bool
Résultat HResult

GetForeColor() public méthode

public GetForeColor ( int &foreColor ) : HResult
foreColor int
Résultat HResult

GetHatchStyle() public méthode

public GetHatchStyle ( NiTextMarkerHatchStyle &hatchStyle ) : HResult
hatchStyle NiTextMarkerHatchStyle
Résultat HResult

GetIsReadOnly() public méthode

public GetIsReadOnly ( bool &isReadOnly ) : HResult
isReadOnly bool
Résultat HResult

GetOffset() public méthode

public GetOffset ( int &startLine, int &startIndex, int &endLine, int &endIndex ) : HResult
startLine int
startIndex int
endLine int
endIndex int
Résultat HResult

GetToolTip() public méthode

public GetToolTip ( string &toolTip ) : HResult
toolTip string
Résultat HResult

GetType() public méthode

public GetType ( NiTextMarkerType &type ) : HResult
type NiTextMarkerType
Résultat HResult

NiTextMarker() public méthode

public NiTextMarker ( NiTextLines owner, ICSharpCode.TextEditor.Document.TextMarker marker ) : System
owner NiTextLines
marker ICSharpCode.TextEditor.Document.TextMarker
Résultat System

SetIsReadOnly() public méthode

public SetIsReadOnly ( bool isReadOnly ) : HResult
isReadOnly bool
Résultat HResult

SetToolTip() public méthode

public SetToolTip ( string toolTip ) : HResult
toolTip string
Résultat HResult