WpfTableEntryBase.TryCreateToolTip(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.