How to use Control.DoubleClick Event in CF?

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
 
M

Martin

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top