Autodesk.AutoCAD.Customization Namespace > ToolTip Class > ToolTip Constructor > ToolTip(Macro, ToolTip) Constructor
ToolTip.ToolTip(Macro, ToolTip) Constructor
Description

 

Creates a new object with the given parent, but the same tool tip info as an existing object.

Visual Basic
Public Sub New(
    parent As Macro, 
    that As ToolTip
)
C#
public ToolTip(
    Macro parent, 
    ToolTip that
);
Parameters
Parameters 
Description 
Macro parent 
Input parent 
ToolTip that 
Input object to copy 
Links
   Comments?