Description
Displays the refresh button.
Namespace
xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"
Members
IsDefault | Set to True if you want it to be pressed when you hit Return. |
Command | The command type, e.g. "{x:Static l:Commands.Script}" . |
CommandParameter | The name of the script to run, e.g. NavTabSearch. |
HorizontalAlignment
VerticalAlignment
Margin
Grid
Height
Width
Example
<l:RefreshButton
IsDefault="True"
Margin="2,2,2,2"
Command="{x:Static l:Commands.Script}"
CommandParameter="NavTabSearch"
/>
See also