Constructor BookMark
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
BookMark(int)
Initializes a new instance of the BookMark
class with specified settings.
public BookMark(int line)
Parameters
line
intSpecifies
Line
property of a new instance.
BookMark(int, int, int)
Initializes a new instance of the BookMark
class with specified Pos
, Index
and Line
values.
public BookMark(int line, int pos, int index)
Parameters
line
intSpecifies
Line
property of a new instance.pos
intSpecifies
Pos
property of a new instance.index
intSpecifies
Index
property of a new instance.
BookMark()
Initializes a new instance of the BookMark
class with default settings.
public BookMark()
BookMark(int, int, int, string, string, string)
Initializes a new instance of the BookMark
class with specified Pos
, Line
, Index
, Name
, Description
and Url
values.
public BookMark(int line, int pos, int index, string name, string description, string url)
Parameters
line
intSpecifies
Line
property of a new instance.pos
intSpecifies
Pos
property of a new instance.index
intSpecifies
Index
property of a new instance.name
stringSpecifies
Name
property of a new instance.description
stringSpecifies
Description
property of a new instance.url
stringSpecifies
Url
property of a new instance.
BookMark(int, int, int, string, string, string, int, string, object)
Initializes a new instance of the BookMark
class with specified Pos
, Line
, Index
, Name
, Description
, Url
, ImageIndex
, FileName
and Tag
values.
public BookMark(int line, int pos, int index, string name, string description, string url, int imageIndex, string fileName, object tag)
Parameters
line
intSpecifies
Line
property of a new instance.pos
intSpecifies
Pos
property of a new instance.index
intSpecifies
Index
property of a new instance.name
stringSpecifies
Name
property of a new instance.description
stringSpecifies
Description
property of a new instance.url
stringSpecifies
Url
property of a new instance.imageIndex
intSpecifies
ImageIndex
property of a new instance.fileName
stringSpecifies
FileName
property of a new instance.tag
objectSpecifies
Tag
property of a new instance.
BookMark(int, int, int, int, int, string)
Initializes a new instance of the BookMark
class with specified Pos
, Line
, Index
, Group
, Name
, Description
, Url
, ImageIndex
, FileName
and Tag
values.
public BookMark(int line, int pos, int index, int group, int imageIndex, string fileName)
Parameters
line
intSpecifies
Line
property of a new instance.pos
intSpecifies
Pos
property of a new instance.index
intSpecifies
Index
property of a new instance.group
intSpecifies
Group
property of a new instance.imageIndex
intSpecifies
ImageIndex
property of a new instance.fileName
stringSpecifies
FileName
property of a new instance.
BookMark(int, int, int, int, int, string, string, string, string, object)
Initializes a new instance of the BookMark
class with specified Pos
, Line
, Index
, Group
, ImageIndex
, Name
, Description
, Url
, ImageIndex
, FileName
and Tag
values.
public BookMark(int line, int pos, int group, int index, int imageIndex, string name, string description, string url, string fileName, object tag)
Parameters
line
intSpecifies
Line
property of a new instance.pos
intSpecifies
Pos
property of a new instance.group
intSpecifies
Group
property of a new instance.index
intSpecifies
Index
property of a new instance.imageIndex
intSpecifies
ImageIndex
property of a new instance.name
stringSpecifies
Name
property of a new instance.description
stringSpecifies
Description
property of a new instance.url
stringSpecifies
Url
property of a new instance.fileName
stringSpecifies
FileName
property of a new instance.tag
objectSpecifies
Tag
property of a new instance.
BookMark(int, string)
Initializes a new instance of the BookMark
class with specified Line
and FileName
values.
public BookMark(int line, string fileName)