StartEditing(Int32,Int32,Char,Point) Method
In This Topic
Syntax
'Declaration
Public Overloads Overridable Function StartEditing( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Char, _
ByVal As System.Drawing.Point _
) As System.Boolean
public virtual System.bool StartEditing(
System.int ,
System.int ,
System.char ,
System.Drawing.Point
)
Parameters
- row
- col
- key
- ptMouse
See Also