RefreshButton class

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 16:30

Description

Displays the refresh button.

Namespace

xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"

Members

IsDefaultSet to True if you want it to be pressed when you hit Return.
CommandThe command type, e.g. "{x:Static l:Commands.Script}" .
CommandParameterThe 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

<l:ClickSourceButton

<l:SplitButton