Intersoft ClientUI Documentation
DocumentViewerBase Class
Members  See Also  Send Feedback
Intersoft.Client.UI.DocumentViewers Namespace : DocumentViewerBase Class






Represents a base class for document viewer control.

Object Model

DocumentViewerBase Class

Syntax

Visual Basic (Declaration) 
<TemplatePartAttribute(Name="ContentScrollViewer", Type=Intersoft.Client.UI.Controls.UXScrollViewer)>
<StyleTypedPropertyAttribute(Property="ScrollViewerStyle", StyleTargetType=Intersoft.Client.UI.Controls.UXScrollViewer)>
Public MustInherit Class DocumentViewerBase 
   Inherits Intersoft.Client.Framework.ISItemsControl
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As DocumentViewerBase
C# 
[TemplatePartAttribute(Name="ContentScrollViewer", Type=Intersoft.Client.UI.Controls.UXScrollViewer)]
[StyleTypedPropertyAttribute(Property="ScrollViewerStyle", StyleTargetType=Intersoft.Client.UI.Controls.UXScrollViewer)]
public abstract class DocumentViewerBase : Intersoft.Client.Framework.ISItemsControl, IControlIFramework, ILicensing  
Delphi 
public class DocumentViewerBase = class(Intersoft.Client.Framework.ISItemsControl, IControl, IFramework, ILicensing)abstract; 
JScript 
TemplatePartAttribute(Name="ContentScrollViewer", Type=Intersoft.Client.UI.Controls.UXScrollViewer)
StyleTypedPropertyAttribute(Property="ScrollViewerStyle", StyleTargetType=Intersoft.Client.UI.Controls.UXScrollViewer)
public abstract class DocumentViewerBase extends Intersoft.Client.Framework.ISItemsControl implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
[TemplatePartAttribute(Name="ContentScrollViewer", Type=Intersoft.Client.UI.Controls.UXScrollViewer)]
[StyleTypedPropertyAttribute(Property="ScrollViewerStyle", StyleTargetType=Intersoft.Client.UI.Controls.UXScrollViewer)]
public __gc abstract class DocumentViewerBase : public Intersoft.Client.Framework.ISItemsControl, IControlIFramework, ILicensing  
C++/CLI 
[TemplatePartAttribute(Name="ContentScrollViewer", Type=Intersoft.Client.UI.Controls.UXScrollViewer)]
[StyleTypedPropertyAttribute(Property="ScrollViewerStyle", StyleTargetType=Intersoft.Client.UI.Controls.UXScrollViewer)]
public ref class DocumentViewerBase abstract : public Intersoft.Client.Framework.ISItemsControl, IControlIFramework, ILicensing  

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ItemsControl
                  Intersoft.Client.Framework.ISItemsControl
                     Intersoft.Client.UI.DocumentViewers.DocumentViewerBase
                        Intersoft.Client.UI.DocumentViewers.DocumentViewerGenericBase<T>

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.