Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ThreadedCommentCommand Class / ThreadedCommentCommand Constructor / ThreadedCommentCommand Constructor(ICommentThreaded,String,ThreadedCommandAction)
the text of comment


In This Topic
ThreadedCommentCommand Constructor(ICommentThreaded,String,ThreadedCommandAction)
In This Topic
Initializes a new instance of the ThreadedCommentCommand class.
Syntax
'Declaration
 
Public Function New( _
   ByVal threadedComment As ICommentThreaded, _
   ByVal text As String, _
   ByVal action As ThreadedCommandAction _
)
 
'Usage
 
Dim threadedComment As ICommentThreaded
Dim text As String
Dim action As ThreadedCommandAction
 
Dim instance As New ThreadedCommentCommand(threadedComment, text, action)

Parameters

threadedComment
text
the text of comment
action
See Also