2012

Table Of Contents
2 Save the file as ASCII text (TXT file), with a file extension of .xaml.
To convert an AutoCAD 2009 extended tooltip to work with AutoCAD 2012
1 Open the XAML file in a text editor (for example, Microsoft
®
Windows
®
Notepad).
The following is an example of an extended tooltip created to use with
AutoCAD 2009. You change the text shown in italic.
<src:ProgressivePanel x:Key="MYEH_CMD_0003">
<StackPanel>
<TextBlock Background="AntiqueWhite" TextAlignment="Center">
Configures the settings for the current drawing.
</TextBlock>
</StackPanel>
</src:ProgressivePanel>
2 Change the text shown in italic in the previous step to match the
following:
<src:RibbonToolTip x:Key="MYEH_CMD_0003">
<src:RibbonToolTip.ExpandedContent>
<StackPanel>
<TextBlock Background="AntiqueWhite" TextAlignment="Center">
Configures the settings for the current drawing.
</TextBlock>
</StackPanel>
</src:RibbonToolTip.ExpandedContent>
</src:RibbonToolTip>
3 Save the changes made to the XAML file.
Quick Reference
Commands
CUI
Manages the customized user interface elements in the product.
OPTIONS
Customizes the program settings.
Create Tooltips and Extended Help for Commands | 179