'Declaration Protected Function New( _ ByVal templateControl As WinTextBox, _ ByVal propertyName As String, _ ByVal handleActivationClick As Boolean _ )
'Usage Dim templateControl As WinTextBox Dim propertyName As String Dim handleActivationClick As Boolean Dim instance As New TextEditor(templateControl, propertyName, handleActivationClick)
protected TextEditor( WinTextBox templateControl, string propertyName, bool handleActivationClick )
Parameters
- templateControl
- A reference to a Xceed.Editors.WinTextBox control representing the control that will be used as a template to create the controls that will edit the content of cells which have a string datatype.
- propertyName
- A string representing the property used to set the control's value.
- handleActivationClick
- Indicates if the control should handle the mouse click once it is activated.