PushPickButton not visible in RhinoCommon help

Hi @dale,

i have used the PushPickButton method in many of my windows forms for RH5. Is it depricated in V6 as it cannot be found in the RhinoCommon help ?`

The workaround for still using it is kind of exhausting when i want to support RH5 and RH6 at the same time. (In RH6 adding reference to RhinoWindows.dll, importing RhinoWindows and then calling:

RhinoWindows.Forms.FormUtilities.PushPickButton

is required. Will this stay or is it going to change during the V6 life cycle ?
_
c.

No. The helper you mention is not part of RhinoCommon, which is why you don’t see it in the RhinoCommon help.

This will not change in either V6 or V7.

– Dale