Share via


ITableColumnDefinition.TryCreateToolTip(ITableEntryHandle, Object) Method

Definition

Get the tool tip for this column of an ITableEntryHandle.

public:
 bool TryCreateToolTip(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry, [Runtime::InteropServices::Out] System::Object ^ % toolTip);
public bool TryCreateToolTip (Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle entry, out object toolTip);
abstract member TryCreateToolTip : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * obj -> bool
Public Function TryCreateToolTip (entry As ITableEntryHandle, ByRef toolTip As Object) As Boolean

Parameters

entry
ITableEntryHandle

The entry.

toolTip
Object

The tooltip.

Returns

Returns Boolean.

Remarks

The default implementation returns false and sets toolTip to null.

Applies to