How to use Control.DoubleClick Event in CF?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The help for Control.DoubleClick "tells" the following:

"You must set the StandardDoubleClick and StandardClick values of
ControlStyles to true for this event to be raised."

But there is NO ControlStyles in CF!!!

What should I do? Pleeeeease help me! (I add my eventhandler to twe
DoubleClick event, but it is not raised)

Thanks,

Frankie
 
Yes, there is not this function in CF, if you need double click event
you can implement it yourself, or start using third party components
where this event is implemented

The help for Control.DoubleClick "tells" the following:

"You must set the StandardDoubleClick and StandardClick values of
ControlStyles to true for this event to be raised."

But there is NO ControlStyles in CF!!!

What should I do? Pleeeeease help me! (I add my eventhandler to twe
DoubleClick event, but it is not raised)

Thanks,

Frankie
 
Back
Top