WpfTableEntriesSnapshotBase.TryCreateToolTip(Int32, String, Object) Method

Definition

Get the tooltip for the entry and columnName.

public:
 virtual bool TryCreateToolTip(int index, System::String ^ columnName, [Runtime::InteropServices::Out] System::Object ^ % toolTip);
public virtual bool TryCreateToolTip (int index, string columnName, out object toolTip);
abstract member TryCreateToolTip : int * string * obj -> bool
override this.TryCreateToolTip : int * string * obj -> bool
Public Overridable 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.

Implements

Applies to