3ds Max C++ API Reference
QmaxToolClips.h File Reference
#include "../CoreExport.h"
#include <QtCore/qobject.h>

Classes

class  QmaxToolClips
 The QmaxToolClips class provides a collection of tool clip related methods. More...
 

Namespaces

 MaxSDK
 

Macros

#define WM_GET_TOOLTIP_KEY   (WM_USER + 0x3320)
 This message is sent to the parent of a Win32 ui control such as a CustButton in order to retrieve tool tip key. More...
 

Macro Definition Documentation

◆ WM_GET_TOOLTIP_KEY

#define WM_GET_TOOLTIP_KEY   (WM_USER + 0x3320)

This message is sent to the parent of a Win32 ui control such as a CustButton in order to retrieve tool tip key.

The WPARAM will be the ui controls Id and the LPARAM is a pointer to a MSTR for returning the tool tip key string.