Share via


IWpfTableEntriesSnapshot.TryCreateToolTip(Int32, String, Object) Method

Definition

Get the tooltip for the entry and columnName.

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

Parameters

index
Int32

Index of the virtual entry in the snapshot.

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