StartEditing(Int32,Int32,Char,Point) Method
Puts the grid in edit mode and starts editing a cell.
'Declaration
Public Overloads Overridable Function StartEditing( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Char, _
ByVal As Point _
) As Boolean
Parameters
- row
- Row index.
- col
- Column index.
- key
- Initial character to be sent to the editor.
- ptMouse
- Mouse position in client coordinates.
Return Value
True if the grid entered edit mode successfully, false otherwise.