Description
Creates a new object with the given parent, but the same tool tip info as an existing object.
C#
public ToolTip( Macro parent, ToolTip that );
Visual Basic
Public Sub New( parent As Macro, that As ToolTip )
Parameters
Parameters | Description |
---|---|
Macro parent | Input parent |
ToolTip that | Input object to copy |