WpfTableEntryBase.TryCreateToolTip(String, Object) Method

Definition

Get the tooltip for the entry and columnName.

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

Implements

Applies to