public InteractionPoint(
System.String cursor,
System.Windows.Forms.Cursor interactionName
)
public: InteractionPoint(
System.String cursor,
System.Windows.Forms.Cursor interactionName
)
public:
InteractionPoint(
System.String cursor,
System.Windows.Forms.Cursor interactionName
)
'Declaration Public Function New( _
ByVal cursorThe cursor of interaction point.As System.String, _
ByVal interactionNameA name of interaction.As System.Windows.Forms.Cursor _
)
Parameters
- cursor
- The cursor of interaction point.
- interactionName
- A name of interaction.