hi,
set title property:
add_drawing.ProgressiveToolTip.IsProgressive = True
add_drawing.ProgressiveToolTip.Title = "Add drawing tool"
add_drawing.ProgressiveToolTip.Description = "saves copy of existing drawing to this model document"
add_drawing.ProgressiveToolTip.ExpandedDescription = "Easy add drawing by choosing existing drawing document,
after choosing drawing document it will be saved according
to save drawing settings And reference will be set to model.” _
& vbCrLf & vbCrLf &
“It add drawing to active model document (part or assembly),
Or to pre-selected any lvl components in assembly document.
It will re-scale views to have closest size to chosen drawing." & vbCrLf & vbCrLf &
"Limitations: " & vbCrLf & vbCrLf &
"* chosen drawing must refer to the same model definition type" & vbCrLf &
"* for multiple components selection use only one drawing source file" & vbCrLf &
“* re-scaling Is done to size, not scale factor it will not be 1:2 or 1:4...”
result:

