Squashed 'FSI.Lib/' content from commit 6aa4846
git-subtree-dir: FSI.Lib git-subtree-split: 6aa48465a834a7bfdd9cbeae8d2e4f769d0c0ff8
This commit is contained in:
16
FSI.Lib/Wpf/Ctrls/ChbWindowsTopMost.xaml
Normal file
16
FSI.Lib/Wpf/Ctrls/ChbWindowsTopMost.xaml
Normal file
@@ -0,0 +1,16 @@
|
||||
<UserControl x:Class="FSI.Lib.Wpf.Ctrls.ChbWindowsTopMost"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:local="clr-namespace:FSI.Lib.Wpf.Ctrls"
|
||||
mc:Ignorable="d"
|
||||
Width="Auto"
|
||||
Height="Auto">
|
||||
<StackPanel>
|
||||
<CheckBox Name="chbTopMost"
|
||||
Content="Fenster immer im Vordergrund"
|
||||
Checked="CheckBox_Checked"
|
||||
Unchecked="CheckBox_Unchecked" />
|
||||
</StackPanel>
|
||||
</UserControl>
|
||||
Reference in New Issue
Block a user