Bookmarks.Remove Method (Int32)

T3000 CrossPlatform

BookmarksRemove Method (Int32)

[This is preliminary documentation and is subject to change.]

Removes bookmark by line index

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public override bool Remove(
	int lineIndex
)
Public Overrides Function Remove ( 
	lineIndex As Integer
) As Boolean

Dim instance As Bookmarks
Dim lineIndex As Integer
Dim returnValue As Boolean

returnValue = instance.Remove(lineIndex)

Parameters

lineIndex
Type: SystemInt32

[Missing <param name="lineIndex"/> documentation for "M:FastColoredTextBoxNS.Bookmarks.Remove(System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:FastColoredTextBoxNS.Bookmarks.Remove(System.Int32)"]

See Also