Intersoft ClientUI Documentation
UXRibbonWindow Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXRibbon Namespace : UXRibbonWindow Class






Represents a window interface that provides deep integration with the ribbon control.

Object Model

UXRibbonWindow Class

Syntax

Visual Basic (Declaration) 
<TemplatePartAttribute(Name="WindowButtonPresenter", Type=System.Windows.Controls.ContentPresenter)>
<TemplatePartAttribute(Name="RibbonBarElement", Type=System.Windows.Controls.ContentPresenter)>
<TemplatePartAttribute(Name="WindowButtonPlaceHolder", Type=System.Windows.Controls.ContentControl)>
<TemplatePartAttribute(Name="WindowButtons", Type=Intersoft.Client.UI.Aqua.UXDesktop.WindowButtons)>
<DescriptionAttribute("Represents a window interface that provides deep integration with the ribbon control.")>
Public Class UXRibbonWindow 
   Inherits Intersoft.Client.UI.Aqua.UXDesktop.UXWindow
   Implements IApplicationHostIControlIFramework, ILicensing, IWindowIRibbonWindow 
Visual Basic (Usage)Copy Code
Dim instance As UXRibbonWindow
C# 
[TemplatePartAttribute(Name="WindowButtonPresenter", Type=System.Windows.Controls.ContentPresenter)]
[TemplatePartAttribute(Name="RibbonBarElement", Type=System.Windows.Controls.ContentPresenter)]
[TemplatePartAttribute(Name="WindowButtonPlaceHolder", Type=System.Windows.Controls.ContentControl)]
[TemplatePartAttribute(Name="WindowButtons", Type=Intersoft.Client.UI.Aqua.UXDesktop.WindowButtons)]
[DescriptionAttribute("Represents a window interface that provides deep integration with the ribbon control.")]
public class UXRibbonWindow : Intersoft.Client.UI.Aqua.UXDesktop.UXWindow, IApplicationHostIControlIFramework, ILicensing, IWindowIRibbonWindow  
Delphi 
public class UXRibbonWindow = class(Intersoft.Client.UI.Aqua.UXDesktop.UXWindow, IApplicationHost, IControl, IFramework, ILicensing, IWindow, IRibbonWindow)
JScript 
TemplatePartAttribute(Name="WindowButtonPresenter", Type=System.Windows.Controls.ContentPresenter)
TemplatePartAttribute(Name="RibbonBarElement", Type=System.Windows.Controls.ContentPresenter)
TemplatePartAttribute(Name="WindowButtonPlaceHolder", Type=System.Windows.Controls.ContentControl)
TemplatePartAttribute(Name="WindowButtons", Type=Intersoft.Client.UI.Aqua.UXDesktop.WindowButtons)
DescriptionAttribute("Represents a window interface that provides deep integration with the ribbon control.")
public class UXRibbonWindow extends Intersoft.Client.UI.Aqua.UXDesktop.UXWindow implements IApplicationHostIControlIFramework, ILicensing, IWindowIRibbonWindow 
Managed Extensions for C++ 
[TemplatePartAttribute(Name="WindowButtonPresenter", Type=System.Windows.Controls.ContentPresenter)]
[TemplatePartAttribute(Name="RibbonBarElement", Type=System.Windows.Controls.ContentPresenter)]
[TemplatePartAttribute(Name="WindowButtonPlaceHolder", Type=System.Windows.Controls.ContentControl)]
[TemplatePartAttribute(Name="WindowButtons", Type=Intersoft.Client.UI.Aqua.UXDesktop.WindowButtons)]
[DescriptionAttribute("Represents a window interface that provides deep integration with the ribbon control.")]
public __gc class UXRibbonWindow : public Intersoft.Client.UI.Aqua.UXDesktop.UXWindow, IApplicationHostIControlIFramework, ILicensing, IWindowIRibbonWindow  
C++/CLI 
[TemplatePartAttribute(Name="WindowButtonPresenter", Type=System.Windows.Controls.ContentPresenter)]
[TemplatePartAttribute(Name="RibbonBarElement", Type=System.Windows.Controls.ContentPresenter)]
[TemplatePartAttribute(Name="WindowButtonPlaceHolder", Type=System.Windows.Controls.ContentControl)]
[TemplatePartAttribute(Name="WindowButtons", Type=Intersoft.Client.UI.Aqua.UXDesktop.WindowButtons)]
[DescriptionAttribute("Represents a window interface that provides deep integration with the ribbon control.")]
public ref class UXRibbonWindow : public Intersoft.Client.UI.Aqua.UXDesktop.UXWindow, IApplicationHostIControlIFramework, ILicensing, IWindowIRibbonWindow  

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                  Intersoft.Client.Framework.ISContentControl
                     Intersoft.Client.Framework.ISHeaderedContentControl
                        Intersoft.Client.UI.Aqua.UXDesktop.UXWindow
                           Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonWindow

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.