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

Inheritance: NetIde.Shell.ServiceObject, INiTextMarker
Exibir arquivo Open project: netide/netide Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetColor() public method

public GetColor ( int &color ) : HResult
color int
return HResult

GetExtendToBorder() public method

public GetExtendToBorder ( bool &extendToBorder ) : HResult
extendToBorder bool
return HResult

GetForeColor() public method

public GetForeColor ( int &foreColor ) : HResult
foreColor int
return HResult

GetHatchStyle() public method

public GetHatchStyle ( NiTextMarkerHatchStyle &hatchStyle ) : HResult
hatchStyle NiTextMarkerHatchStyle
return HResult

GetIsReadOnly() public method

public GetIsReadOnly ( bool &isReadOnly ) : HResult
isReadOnly bool
return HResult

GetOffset() public method

public GetOffset ( int &startLine, int &startIndex, int &endLine, int &endIndex ) : HResult
startLine int
startIndex int
endLine int
endIndex int
return HResult

GetToolTip() public method

public GetToolTip ( string &toolTip ) : HResult
toolTip string
return HResult

GetType() public method

public GetType ( NiTextMarkerType &type ) : HResult
type NiTextMarkerType
return HResult

NiTextMarker() public method

public NiTextMarker ( NiTextLines owner, ICSharpCode.TextEditor.Document.TextMarker marker ) : System
owner NiTextLines
marker ICSharpCode.TextEditor.Document.TextMarker
return System

SetIsReadOnly() public method

public SetIsReadOnly ( bool isReadOnly ) : HResult
isReadOnly bool
return HResult

SetToolTip() public method

public SetToolTip ( string toolTip ) : HResult
toolTip string
return HResult