Share via


IWpfTableEntry.TryCreateToolTip(String, Object) Method

Definition

Get the tooltip for the entry and columnName.

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

Parameters

columnName
String

Name of the column for which to get the image.

toolTip
Object

The object to display as a tool tip for the column.

Returns

true if toolTip should be used.

Applies to