Rhino C++ API
8.13
|
#include <RhinoSdkContextMenu.h>
Public Member Functions | |
CRhinoTempAttachCMenu (HMENU hMenu) | |
virtual | ~CRhinoTempAttachCMenu () |
Copyright (c) 1993-2017 Robert McNeel & Associates. All rights reserved. Rhinoceros is a registered trademark of Robert McNeel & Associates.
THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR PURPOSE AND OF MERCHANTABILITY ARE HEREBY DISCLAIMED.
For complete Rhino SDK copyright information see http://www.rhino3d.com/developer. Description: Helper class used to temporarily attached a CMenu to a HMENU then detach when done.
CRhinoTempAttachCMenu::CRhinoTempAttachCMenu | ( | HMENU | hMenu | ) |
Description: Class constructor Parameters: hMenu [in] Menu to attach to
|
virtual |