StringEntryBucket.TryCreateToolTip(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 tool tip for this group.
public:
virtual bool TryCreateToolTip([Runtime::InteropServices::Out] System::Object ^ % toolTip);
public bool TryCreateToolTip (out object toolTip);
public virtual bool TryCreateToolTip (out object toolTip);
abstract member TryCreateToolTip : obj -> bool
override this.TryCreateToolTip : obj -> bool
Public Function TryCreateToolTip (ByRef toolTip As Object) As Boolean
Public Overridable Function TryCreateToolTip (ByRef toolTip As Object) As Boolean
Parameters
- toolTip
- Object
The tool tip.
Returns
Returns Boolean.