Customize the User Interface > Customize Commands > Create Tooltips and Extended Help for Commands >
|
|
|
- In
a text editor (for example, Microsoft® Windows® Notepad), create
a new file and enter the elements needed to define the extended
help content.
As an example, enter the text below in the text editor:
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:src="clr-namespace:Autodesk.Windows;assembly=AdWindows">
<src:ProgressivePanel x:Key="MYEH_CMD_0003">
<StackPanel>
<TextBlock Background="AntiqueWhite" TextAlignment="Center">
Configures the settings for the current drawing.
</TextBlock>
</StackPanel>
</src:ProgressivePanel>
</ResourceDictionary>
- Save the file as ASCII text (TXT file), with a file extension of .xaml.