Selection problem with Custom Control for CF
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I created a custom control inheriting the class Control. my idea was to create a transparent control like LinkLabel. i can click the button deploying my test application to PPC but in smart phone i cannot select the created controls though it has TabIndex value specified. do i have to override some specific method to enable selection of control? will really appreciate, rnv