Intersoft ClientUI Documentation
UXScrollBar Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace : UXScrollBar Class






Represents a control that provides a scroll bar that has a sliding Thumb whose position corresponds to a value.

Object Model

UXScrollBar Class

Syntax

Visual Basic (Declaration) 
<StyleTypedPropertyAttribute(Property="ScrollBarStyle", StyleTargetType=System.Windows.Controls.Primitives.ScrollBar)>
<DescriptionAttribute("Represents a control that provides a scroll bar that has a sliding Thumb whose position corresponds to a value.")>
<TemplatePartAttribute(Name="ScrollBarElement", Type=System.Windows.Controls.Primitives.ScrollBar)>
Public Class UXScrollBar 
   Inherits Intersoft.Client.Framework.ISRangeControl
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXScrollBar
C# 
[StyleTypedPropertyAttribute(Property="ScrollBarStyle", StyleTargetType=System.Windows.Controls.Primitives.ScrollBar)]
[DescriptionAttribute("Represents a control that provides a scroll bar that has a sliding Thumb whose position corresponds to a value.")]
[TemplatePartAttribute(Name="ScrollBarElement", Type=System.Windows.Controls.Primitives.ScrollBar)]
public class UXScrollBar : Intersoft.Client.Framework.ISRangeControl, IControlIFramework, ILicensing  
Delphi 
public class UXScrollBar = class(Intersoft.Client.Framework.ISRangeControl, IControl, IFramework, ILicensing)
JScript 
StyleTypedPropertyAttribute(Property="ScrollBarStyle", StyleTargetType=System.Windows.Controls.Primitives.ScrollBar)
DescriptionAttribute("Represents a control that provides a scroll bar that has a sliding Thumb whose position corresponds to a value.")
TemplatePartAttribute(Name="ScrollBarElement", Type=System.Windows.Controls.Primitives.ScrollBar)
public class UXScrollBar extends Intersoft.Client.Framework.ISRangeControl implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
[StyleTypedPropertyAttribute(Property="ScrollBarStyle", StyleTargetType=System.Windows.Controls.Primitives.ScrollBar)]
[DescriptionAttribute("Represents a control that provides a scroll bar that has a sliding Thumb whose position corresponds to a value.")]
[TemplatePartAttribute(Name="ScrollBarElement", Type=System.Windows.Controls.Primitives.ScrollBar)]
public __gc class UXScrollBar : public Intersoft.Client.Framework.ISRangeControl, IControlIFramework, ILicensing  
C++/CLI 
[StyleTypedPropertyAttribute(Property="ScrollBarStyle", StyleTargetType=System.Windows.Controls.Primitives.ScrollBar)]
[DescriptionAttribute("Represents a control that provides a scroll bar that has a sliding Thumb whose position corresponds to a value.")]
[TemplatePartAttribute(Name="ScrollBarElement", Type=System.Windows.Controls.Primitives.ScrollBar)]
public ref class UXScrollBar : public Intersoft.Client.Framework.ISRangeControl, IControlIFramework, ILicensing  

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.Primitives.RangeBase
                  Intersoft.Client.Framework.ISRangeControl
                     Intersoft.Client.UI.Controls.UXScrollBar

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.