Quantcast
Channel: Our ComponentOne » All Posts
Viewing all articles
Browse latest Browse all 14170

Reply To: Select All Text In Cell

$
0
0

Hello,

I could observe the issue at my end & hence have escalated it to the concerned team.
I will get back to you as soon as I get any information from their side.

Meanwhile, you may try the following workaround :

Private Sub vsfgTest_DoubleClick(sender As System.Object, e As System.EventArgs) Handles vsfgTest.DoubleClick
        If vsfgTest.HitTest().Type = C1.Win.C1FlexGrid.HitTestTypeEnum.Cell Then
            SendKeys.Send("{F2}")
        End If
    End Sub

Hope it helps.

Regards,
Reema


Viewing all articles
Browse latest Browse all 14170

Trending Articles