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 ( |
||
SetIsReadOnly ( bool isReadOnly ) : HResult | ||
SetToolTip ( string toolTip ) : HResult |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public GetExtendToBorder ( bool &extendToBorder ) : HResult | ||
extendToBorder | bool | |
Résultat | HResult |
public GetForeColor ( int &foreColor ) : HResult | ||
foreColor | int | |
Résultat | HResult |
public GetHatchStyle ( NiTextMarkerHatchStyle &hatchStyle ) : HResult | ||
hatchStyle | NiTextMarkerHatchStyle | |
Résultat | HResult |
public GetIsReadOnly ( bool &isReadOnly ) : HResult | ||
isReadOnly | bool | |
Résultat | HResult |
public GetOffset ( int &startLine, int &startIndex, int &endLine, int &endIndex ) : HResult | ||
startLine | int | |
startIndex | int | |
endLine | int | |
endIndex | int | |
Résultat | HResult |
public GetToolTip ( string &toolTip ) : HResult | ||
toolTip | string | |
Résultat | HResult |
public GetType ( NiTextMarkerType &type ) : HResult | ||
type | NiTextMarkerType | |
Résultat | HResult |
public NiTextMarker ( |
||
owner | ||
marker | ICSharpCode.TextEditor.Document.TextMarker | |
Résultat | System |
public SetIsReadOnly ( bool isReadOnly ) : HResult | ||
isReadOnly | bool | |
Résultat | HResult |
public SetToolTip ( string toolTip ) : HResult | ||
toolTip | string | |
Résultat | HResult |