|
|
|
@ -15,11 +15,15 @@ |
|
|
|
</NativeMenuItem> |
|
|
|
<NativeMenuItem Header="View"> |
|
|
|
<NativeMenu/> |
|
|
|
</NativeMenuItem> |
|
|
|
</NativeMenuItem> |
|
|
|
</NativeMenu> |
|
|
|
</NativeMenu.Menu> |
|
|
|
<DockPanel> |
|
|
|
<NativeMenuBar DockPanel.Dock="Top"/> |
|
|
|
<StackPanel DockPanel.Dock="Bottom" Margin="4" Orientation="Horizontal"> |
|
|
|
<TextBlock Margin="0,0,4,0">WindowState:</TextBlock> |
|
|
|
<TextBlock Name="MainWindowState" Text="{Binding WindowState}"/> |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
<TabControl TabStripPlacement="Left" Name="MainTabs"> |
|
|
|
<TabItem Header="Automation"> |
|
|
|
@ -110,13 +114,14 @@ |
|
|
|
<ComboBoxItem>CenterOwner</ComboBoxItem> |
|
|
|
</ComboBox> |
|
|
|
<ComboBox Name="ShowWindowState" SelectedIndex="0"> |
|
|
|
<ComboBoxItem>Normal</ComboBoxItem> |
|
|
|
<ComboBoxItem>Minimized</ComboBoxItem> |
|
|
|
<ComboBoxItem>Maximized</ComboBoxItem> |
|
|
|
<ComboBoxItem>FullScreen</ComboBoxItem> |
|
|
|
<ComboBoxItem Name="ShowWindowStateNormal">Normal</ComboBoxItem> |
|
|
|
<ComboBoxItem Name="ShowWindowStateMinimized">Minimized</ComboBoxItem> |
|
|
|
<ComboBoxItem Name="ShowWindowStateMaximized">Maximized</ComboBoxItem> |
|
|
|
<ComboBoxItem Name="ShowWindowStateFullScreen">FullScreen</ComboBoxItem> |
|
|
|
</ComboBox> |
|
|
|
<Button Name="ShowWindow">Show Window</Button> |
|
|
|
<Button Name="SendToBack">Send to Back</Button> |
|
|
|
<Button Name="EnterFullscreen">Enter Fullscreen</Button> |
|
|
|
<Button Name="ExitFullscreen">Exit Fullscreen</Button> |
|
|
|
<Button Name="RestoreAll">Restore All</Button> |
|
|
|
</StackPanel> |
|
|
|
|