TreeNode.AOTtoolTip 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.
Returns the tool tip associated with the tree node.
public:
virtual System::String ^ AOTtoolTip();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual string AOTtoolTip ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTtoolTip : unit -> string
override this.AOTtoolTip : unit -> string
Public Overridable Function AOTtoolTip () As String
Returns
The string that contains the tool tip.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute