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