About CRhinoGetOption

Can someone tell me how i can create the option like when clicking on Rotate icon using CRhinoGetOption? I follow some of the sample codes but always get one option displayed instead of all of them like when activating the Rotate command:

Click and drag to rotate (Down Left Right Up ):

Thanks in advance.

Brian.

CRhinoGetOption only displays command line options. But you can add command line options to any CRhinoGet-dervied class, including CRhinoGetPoint and CRhinoGetObject.

Does this help?