資源簡介
WPF 的TabControl樣式定制,類似VS風格,帶關閉按鈕,無需繼承控件,僅在樣式中附加行為,最簡單的TabControl關閉按鈕實現方式。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Configuration;
using?System.Data;
using?System.Linq;
using?System.Threading.Tasks;
using?System.Windows;
namespace?WpfTabControlWithCloseButton
{
????///?
????///?App.xaml?的交互邏輯
????///?
????public?partial?class?App?:?Application
????{
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????56832??2016-05-12?08:43??WpfTabControlWithCloseButton\.vs\WpfTabControlWithCloseButton\v14\.suo
?????文件????????189??2016-05-12?08:29??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\App.config
?????文件????????410??2016-05-12?08:29??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\App.xaml
?????文件????????355??2016-05-12?08:29??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\App.xaml.cs
?????文件??????29184??2016-05-12?08:42??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\bin\Debug\WpfTabControlWithCloseButton.exe
?????文件????????189??2016-05-12?08:29??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\bin\Debug\WpfTabControlWithCloseButton.exe.config
?????文件??????38400??2016-05-12?08:42??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\bin\Debug\WpfTabControlWithCloseButton.pdb
?????文件??????22696??2016-05-12?08:43??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\bin\Debug\WpfTabControlWithCloseButton.vshost.exe
?????文件????????189??2016-05-12?08:29??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\bin\Debug\WpfTabControlWithCloseButton.vshost.exe.config
?????文件????????490??2015-07-10?19:01??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\bin\Debug\WpfTabControlWithCloseButton.vshost.exe.manifest
?????文件??????24737??2016-05-12?08:42??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\MainWindow.xaml
?????文件????????674??2016-05-12?08:29??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\MainWindow.xaml.cs
?????文件???????2401??2016-05-12?08:41??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\obj\Debug\App.g.cs
?????文件???????2401??2016-05-12?08:41??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\obj\Debug\App.g.i.cs
?????文件??????43860??2016-05-12?08:39??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????7468??2016-05-12?08:42??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????3015??2016-05-12?08:42??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\obj\Debug\GeneratedInternalTypeHelper.g.cs
?????文件???????3015??2016-05-12?08:42??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\obj\Debug\GeneratedInternalTypeHelper.g.i.cs
?????文件??????11208??2016-05-12?08:42??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\obj\Debug\MainWindow.baml
?????文件???????3087??2016-05-12?08:42??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\obj\Debug\MainWindow.g.cs
?????文件???????3087??2016-05-12?08:42??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\obj\Debug\MainWindow.g.i.cs
?????文件???????5790??2016-05-12?08:42??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\obj\Debug\TabControl_WithCloseButton.baml
?????文件??????????0??2016-05-12?08:29??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件??????????0??2016-05-12?08:29??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件??????????0??2016-05-12?08:29??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????文件???????2425??2016-05-12?08:43??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\obj\Debug\WpfTabControlWithCloseButton.csproj.FileListAbsolute.txt
?????文件????????918??2016-05-12?08:41??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\obj\Debug\WpfTabControlWithCloseButton.csproj.GenerateResource.Cache
?????文件???????2529??2016-05-12?08:41??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\obj\Debug\WpfTabControlWithCloseButton.csprojResolveAssemblyReference.cache
?????文件??????29184??2016-05-12?08:42??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\obj\Debug\WpfTabControlWithCloseButton.exe
?????文件??????17306??2016-05-12?08:42??WpfTabControlWithCloseButton\WpfTabControlWithCloseButton\obj\Debug\WpfTabControlWithCloseButton.g.resources
............此處省略30個文件信息
- 上一篇:C程序MODBUS協議
- 下一篇:三菱PLC SFC一般編程流程
評論
共有 條評論