Share

ToolTip.ToolTip(Macro, ToolTip) Constructor

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

Links

ToolTip Class, Autodesk.AutoCAD.Customization Namespace

Was this information helpful?