'Declaration
Public Function New( _ ByVal text As System.String, _ ByVal imageIndex As System.Integer, _ ByVal client As System.Windows.Forms.Control _ )
'Usage
Dim text As System.String Dim imageIndex As System.Integer Dim client As System.Windows.Forms.Control Dim instance As New NUIDocument(text, imageIndex, client)
public NUIDocument( System.string text, System.int imageIndex, System.Windows.Forms.Control client )
Parameters
- text
- imageIndex
- client