Creates a new instance.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public MarkingInfo(
int id,
string name,
MouseCursor cursor
) |
Visual Basic |
---|
Public Sub New (
id As Integer,
name As String,
cursor As MouseCursor
) |
Parameters
- id
- Type: System..::..Int32
ID of the marking to be registered.
- name
- Type: System..::..String
Name of the marking.
- cursor
- Type: Sgry.Azuki..::..MouseCursor
This type of mouse cursor will be used
when user puts cursor on the text with marking ID
specified by id.
Exceptions
Exception | Condition |
---|
System..::..ArgumentOutOfRangeException |
Parameter 'id' is out of valid range.
|
System..::..ArgumentNullException |
Parameter 'name' is null.
|
See Also