Gets or sets the style of tooltips.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ToolTipStyle() As Long |
C++
Copy Code
|
|---|
public: |
A long value. The default is 0.
RemarksDefines the window style of the tooltip control that pops-up above nodes. Any combination of constants defined in the Windows API header files can be used: TTS_BALLOON, TTS_NOANIMATE, TTS_NOFADE, TTS_NOPREFIX, etc. The constants are defined as:
C++
Copy Code
|
|---|
#define TTS_ALWAYSTIP 0x01 |
See Also