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






Represents a document view for scrolling flow document.

Object Model

FlowScrollDocumentView Class

Syntax

Visual Basic (Declaration) 
<TemplatePartAttribute(Name="VerticalScrollBarElement", Type=Intersoft.Client.UI.Controls.UXScrollBar)>
<TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.ContentControl)>
<TemplatePartAttribute(Name="HorizontalScrollBarElement", Type=Intersoft.Client.UI.Controls.UXScrollBar)>
<TemplatePartAttribute(Name="ContainerElement", Type=System.Windows.Controls.Grid)>
Public Class FlowScrollDocumentView 
   Inherits Intersoft.Client.Framework.ISControl
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As FlowScrollDocumentView
C# 
[TemplatePartAttribute(Name="VerticalScrollBarElement", Type=Intersoft.Client.UI.Controls.UXScrollBar)]
[TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.ContentControl)]
[TemplatePartAttribute(Name="HorizontalScrollBarElement", Type=Intersoft.Client.UI.Controls.UXScrollBar)]
[TemplatePartAttribute(Name="ContainerElement", Type=System.Windows.Controls.Grid)]
public class FlowScrollDocumentView : Intersoft.Client.Framework.ISControl, IControlIFramework, ILicensing  
Delphi 
public class FlowScrollDocumentView = class(Intersoft.Client.Framework.ISControl, IControl, IFramework, ILicensing)
JScript 
TemplatePartAttribute(Name="VerticalScrollBarElement", Type=Intersoft.Client.UI.Controls.UXScrollBar)
TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.ContentControl)
TemplatePartAttribute(Name="HorizontalScrollBarElement", Type=Intersoft.Client.UI.Controls.UXScrollBar)
TemplatePartAttribute(Name="ContainerElement", Type=System.Windows.Controls.Grid)
public class FlowScrollDocumentView extends Intersoft.Client.Framework.ISControl implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
[TemplatePartAttribute(Name="VerticalScrollBarElement", Type=Intersoft.Client.UI.Controls.UXScrollBar)]
[TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.ContentControl)]
[TemplatePartAttribute(Name="HorizontalScrollBarElement", Type=Intersoft.Client.UI.Controls.UXScrollBar)]
[TemplatePartAttribute(Name="ContainerElement", Type=System.Windows.Controls.Grid)]
public __gc class FlowScrollDocumentView : public Intersoft.Client.Framework.ISControl, IControlIFramework, ILicensing  
C++/CLI 
[TemplatePartAttribute(Name="VerticalScrollBarElement", Type=Intersoft.Client.UI.Controls.UXScrollBar)]
[TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.ContentControl)]
[TemplatePartAttribute(Name="HorizontalScrollBarElement", Type=Intersoft.Client.UI.Controls.UXScrollBar)]
[TemplatePartAttribute(Name="ContainerElement", Type=System.Windows.Controls.Grid)]
public ref class FlowScrollDocumentView : public Intersoft.Client.Framework.ISControl, IControlIFramework, ILicensing  

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               Intersoft.Client.Framework.ISControl
                  Intersoft.Client.UI.DocumentViewers.FlowScrollDocumentView

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.