IEntryBucket.TryCreateToolTip(Object) Method

Definition

Get the tool tip for this group.

public:
 bool TryCreateToolTip([Runtime::InteropServices::Out] System::Object ^ % toolTip);
public bool TryCreateToolTip (out object toolTip);
abstract member TryCreateToolTip : obj -> bool
Public Function TryCreateToolTip (ByRef toolTip As Object) As Boolean

Parameters

toolTip
Object

[out] The tooltip.

Returns

Returns Boolean.

Applies to