资源简介
wpf 仿office
代码片段和文件信息
#region Copyright and License Information
// Fluent Ribbon Control Suite
// http://fluent.codeplex.com/
// Copyright © Degtyarev Daniel Rikker Serg. 2009-2010. All rights reserved.
//
// Distributed under the terms of the Microsoft Public License (Ms-PL).
// The license is available online http://fluent.codeplex.com/license
#endregion
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Input;
using System.Windows.Interop;
using System.Windows.Markup;
using System.Windows.Media;
namespace Fluent
{
///
/// Extracts right content presenter of application menu converter
///
public class ApplicationMenuRightContentExtractorConverter:IValueConverter
{
#region Implementation of IValueConverter
///
/// Converts a value.
///
///
/// A converted value. If the method returns null the valid null value is used.
///
/// The value produced by the binding source.The type of the binding target property.The converter parameter to use.The culture to use in the converter.
public object Convert(object value Type targetType object parameter CultureInfo culture)
{
ApplicationMenu menu = value as ApplicationMenu;
if(menu!=null) return menu.Template.FindName(“PART_RightContentPresenter“ menu) as ContentPresenter;
return value;
}
///
/// Converts a value.
///
///
/// A converted value. If the method returns null the valid null value is used.
///
/// The value that is produced by the binding target.The type to convert to.The converter parameter to use.The culture to use in the converter.
public object ConvertBack(object value Type targetType object parameter CultureInfo culture)
{
return value;
}
#endregion
}
///
/// Represents backstage button
///
public class ApplicationMenu : DropDownButton
{
#region Fields
#endregion
#region Properties
///
/// Gets or sets width of right content
///
pu
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 149 2014-04-14 06:41 fluent_041a958b93bb\.hg_archival.txt
文件 294 2014-04-14 06:41 fluent_041a958b93bb\.hgignore
文件 544 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Build.cmd
文件 1456 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent dotNET 3.5.sln
文件 1436 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent dotNET 4.0.sln
文件 1434 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent dotNET 4.5.sln
文件 1647 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent.Ribbon.msbuild
文件 2147 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent.Ribbon.nuspec
文件 8221 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\ApplicatonMenu.cs
文件 8237 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\AttachedProperties\RibbonAttachedProperties.cs
文件 19730 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\Backstage.cs
文件 4524 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\BackstageAdorner.cs
文件 4936 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\BackstageButton.cs
文件 15510 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\BackstageTabControl.cs
文件 7770 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\BackstageTabItem.cs
文件 7465 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\Button.cs
文件 6433 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\CheckBox.cs
文件 442 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\ClosingWindowEventHandlerArgs.cs
文件 39117 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\ColorGallery.cs
文件 41434 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\ComboBox.cs
文件 5852 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\ContextMenu.cs
文件 1613 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\ContextMenuService.cs
文件 2475 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\Converters\InvertNumericConverter.cs
文件 302 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\Converters\StaticConverters.cs
文件 3042 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\Converters\ThicknessConverter.cs
文件 20311 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\Documents\Features.xlsx
文件 780922 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\Documents\Fluent Ribbon Control Suite Walkthrough.docx
文件 30763 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\DropDownButton.cs
文件 190 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\Extensibility\IRibbonSizeChangedSink.cs
文件 26338 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\Fluent dotNET 3.5.csproj
文件 26697 2014-04-14 06:41 fluent_041a958b93bb\Fluent\Fluent\Fluent dotNET 4.0.csproj
............此处省略282个文件信息
相关资源
- C#,.NET,office,word,Spire.Doc破解版
- c#实现office 2007风格的界面菜单风格的
- c#操作LibreOffice组件进行文件转换
- Asp.net 导出Excel文件总结导出csv、Off
-
Office 2007 Access Databa
se Engine - C# 文件在线预览(word execl ppt Image t
- VS C# 中 仿Office界面风格控件,很漂亮
- C# 在线编辑Office源码及其文档全
- C# 将office,PDF文件转换为SWF文件
- C#使用Microsoft.Office.Interop.Excel操作EX
- c# 操作word强大类库牛人版pixysoft.off
- C# wpf 操作word Excel,
- Microsoft.Office.Interop.Word.dll11.0.0.0
-
C# winform 使用Dsofr
amer 创建 显示off - ASP.NET调用Office组件生成统计图
-
微软DSOfr
amer winform中嵌入officeexcel, - Microsoft.Office.Interop.Word -C#操作word
- C#代码操作Excel不需要安装office
-
Asp.Net中利用Dsofr
amer在线浏览office使 - NTKO OFFICE 4.0.3.2--完美破解+WinformDemo[
- C# 不依赖Office读取Word、PPTdocdocxpptpp
-
微软DSO fr
amer 解决winform中嵌入offi - C#编写的RIBBON控件,仿Office2013
- c# 在线升级office软件
- SceneVisulization 类似office2007的界面风格
- Office2007jiemian VS2008设计的Office2007界面
- Microsoft.Office.Interop.Word.dll
- WPF导入导出Excel文件操作详解
- Microsoft.Office.Interop.Word
- asp.net大型OA系统+工作流+协同办公系统
评论
共有 条评论