Intersoft ClientUI Documentation
ISPanel Class
Members  See Also  Send Feedback
Intersoft.Client.Framework Namespace : ISPanel Class






Serves as the base class for all Intersoft panels.

Object Model

ISPanel Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class ISPanel 
   Inherits System.Windows.Controls.Panel
   Implements IFramework 
Visual Basic (Usage)Copy Code
Dim instance As ISPanel
C# 
public abstract class ISPanel : System.Windows.Controls.Panel, IFramework  
Delphi 
public class ISPanel = class(System.Windows.Controls.Panel, IFramework)abstract; 
JScript 
public abstract class ISPanel extends System.Windows.Controls.Panel implements IFramework 
Managed Extensions for C++ 
public __gc abstract class ISPanel : public System.Windows.Controls.Panel, IFramework  
C++/CLI 
public ref class ISPanel abstract : public System.Windows.Controls.Panel, IFramework  

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Panel
               Intersoft.Client.Framework.ISPanel
                  Intersoft.Client.UI.Aqua.UXInput.UXRatingPanel
                  Intersoft.Client.UI.Aqua.UXInput.UXTickBarPanel
                  Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonContextualTabsGroupPanel
                  Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonGalleryPanel
                  Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonGroupPanel
                  Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonOrderedPanel
                  Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonTabsPanel
                  Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonTitlePanel
                  Intersoft.Client.UI.Controls.DockPanel
                  Intersoft.Client.UI.Controls.Interactivity.UXPanel
                  Intersoft.Client.UI.Controls.WrapPanel
                  Intersoft.Client.UI.Data.SelectionInputPanel
                  Intersoft.Client.UI.Data.UXGridViewCellsPresenter
                  Intersoft.Client.UI.Data.UXGridViewColumnFootersPresenter
                  Intersoft.Client.UI.Data.UXGridViewColumnHeadersPresenter
                  Intersoft.Client.UI.Data.UXGridViewDetailsPresenter
                  Intersoft.Client.UI.Data.UXGridViewNewRowPresenter
                  Intersoft.Client.UI.Data.UXGridViewRowsPresenter
                  Intersoft.Client.UI.ScheduleView.UXScheduleDayViewAllDayEventLayoutPresenter
                  Intersoft.Client.UI.ScheduleView.UXScheduleDayViewCellsPresenter
                  Intersoft.Client.UI.ScheduleView.UXScheduleDayViewEventsPresenter
                  Intersoft.Client.UI.ScheduleView.UXScheduleViewPanel

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.