isLeftInsert Method (View)
In This Topic
returns true if we displaying the insertion point on the leftside of the rect
Syntax
'Declaration
Protected Overridable Function isLeftInsert( _
ByVal As Integer, _
ByVal As Point _
) As Boolean
protected virtual bool isLeftInsert(
int ,
Point
)
Parameters
- col
- p
See Also