Intersoft ClientUI Documentation
UXSliderBarBase Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace : UXSliderBarBase Class






Represents a base control that allows user to select from a range of values by moving UXThumb controls along a track.

Object Model

UXSliderBarBase Class

Syntax

Visual Basic (Declaration) 
<TemplatePartAttribute(Name="BottomHandleElement", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="BottomHandleButton", Type=Intersoft.Client.UI.Aqua.UXFlatRepeatButton)>
<TemplatePartAttribute(Name="TopTickBarContainer", Type=System.Windows.Controls.Grid)>
<StyleTypedPropertyAttribute(Property="TrackStyle", StyleTargetType=System.Windows.Shapes.Rectangle)>
<TemplatePartAttribute(Name="LeftTickBarContainer", Type=System.Windows.Controls.Grid)>
<StyleTypedPropertyAttribute(Property="TopLeftTickBarStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)>
<TemplatePartAttribute(Name="LeftHandleElement", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="LeftHandleButton", Type=Intersoft.Client.UI.Aqua.UXFlatRepeatButton)>
<TemplatePartAttribute(Name="HorizontalIncreaseElement", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)>
<TemplatePartAttribute(Name="TopTickBar", Type=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)>
<TemplatePartAttribute(Name="RightHandleElement", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="RightHandleButton", Type=Intersoft.Client.UI.Aqua.UXFlatRepeatButton)>
<TemplatePartAttribute(Name="LeftTickBar", Type=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)>
<TemplatePartAttribute(Name="VerticalIncreaseElement", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)>
<TemplatePartAttribute(Name="VerticalSliderElement", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="TopHandleButton", Type=Intersoft.Client.UI.Aqua.UXFlatRepeatButton)>
<TemplatePartAttribute(Name="RightTickBarContainer", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="HorizontalSliderElement", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="VerticalDecreaseElement", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)>
<TemplatePartAttribute(Name="RightTickBar", Type=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)>
<TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="TopHandleElement", Type=System.Windows.Controls.Grid)>
<StyleTypedPropertyAttribute(Property="BottomRightTickBarStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)>
<TemplatePartAttribute(Name="HorizontalDecreaseElement", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)>
<TemplatePartAttribute(Name="BottomTickBarContainer", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="BottomTickBar", Type=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)>
Public MustInherit Class UXSliderBarBase 
   Inherits Intersoft.Client.Framework.ISRangeControl
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXSliderBarBase
C# 
[TemplatePartAttribute(Name="BottomHandleElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="BottomHandleButton", Type=Intersoft.Client.UI.Aqua.UXFlatRepeatButton)]
[TemplatePartAttribute(Name="TopTickBarContainer", Type=System.Windows.Controls.Grid)]
[StyleTypedPropertyAttribute(Property="TrackStyle", StyleTargetType=System.Windows.Shapes.Rectangle)]
[TemplatePartAttribute(Name="LeftTickBarContainer", Type=System.Windows.Controls.Grid)]
[StyleTypedPropertyAttribute(Property="TopLeftTickBarStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)]
[TemplatePartAttribute(Name="LeftHandleElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="LeftHandleButton", Type=Intersoft.Client.UI.Aqua.UXFlatRepeatButton)]
[TemplatePartAttribute(Name="HorizontalIncreaseElement", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)]
[TemplatePartAttribute(Name="TopTickBar", Type=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)]
[TemplatePartAttribute(Name="RightHandleElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="RightHandleButton", Type=Intersoft.Client.UI.Aqua.UXFlatRepeatButton)]
[TemplatePartAttribute(Name="LeftTickBar", Type=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)]
[TemplatePartAttribute(Name="VerticalIncreaseElement", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)]
[TemplatePartAttribute(Name="VerticalSliderElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="TopHandleButton", Type=Intersoft.Client.UI.Aqua.UXFlatRepeatButton)]
[TemplatePartAttribute(Name="RightTickBarContainer", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="HorizontalSliderElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="VerticalDecreaseElement", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)]
[TemplatePartAttribute(Name="RightTickBar", Type=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="TopHandleElement", Type=System.Windows.Controls.Grid)]
[StyleTypedPropertyAttribute(Property="BottomRightTickBarStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)]
[TemplatePartAttribute(Name="HorizontalDecreaseElement", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)]
[TemplatePartAttribute(Name="BottomTickBarContainer", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="BottomTickBar", Type=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)]
public abstract class UXSliderBarBase : Intersoft.Client.Framework.ISRangeControl, IControlIFramework, ILicensing  
Delphi 
public class UXSliderBarBase = class(Intersoft.Client.Framework.ISRangeControl, IControl, IFramework, ILicensing)abstract; 
JScript 
TemplatePartAttribute(Name="BottomHandleElement", Type=System.Windows.Controls.Grid)
TemplatePartAttribute(Name="BottomHandleButton", Type=Intersoft.Client.UI.Aqua.UXFlatRepeatButton)
TemplatePartAttribute(Name="TopTickBarContainer", Type=System.Windows.Controls.Grid)
StyleTypedPropertyAttribute(Property="TrackStyle", StyleTargetType=System.Windows.Shapes.Rectangle)
TemplatePartAttribute(Name="LeftTickBarContainer", Type=System.Windows.Controls.Grid)
StyleTypedPropertyAttribute(Property="TopLeftTickBarStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)
TemplatePartAttribute(Name="LeftHandleElement", Type=System.Windows.Controls.Grid)
TemplatePartAttribute(Name="LeftHandleButton", Type=Intersoft.Client.UI.Aqua.UXFlatRepeatButton)
TemplatePartAttribute(Name="HorizontalIncreaseElement", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)
TemplatePartAttribute(Name="TopTickBar", Type=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)
TemplatePartAttribute(Name="RightHandleElement", Type=System.Windows.Controls.Grid)
TemplatePartAttribute(Name="RightHandleButton", Type=Intersoft.Client.UI.Aqua.UXFlatRepeatButton)
TemplatePartAttribute(Name="LeftTickBar", Type=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)
TemplatePartAttribute(Name="VerticalIncreaseElement", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)
TemplatePartAttribute(Name="VerticalSliderElement", Type=System.Windows.Controls.Grid)
TemplatePartAttribute(Name="TopHandleButton", Type=Intersoft.Client.UI.Aqua.UXFlatRepeatButton)
TemplatePartAttribute(Name="RightTickBarContainer", Type=System.Windows.Controls.Grid)
TemplatePartAttribute(Name="HorizontalSliderElement", Type=System.Windows.Controls.Grid)
TemplatePartAttribute(Name="VerticalDecreaseElement", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)
TemplatePartAttribute(Name="RightTickBar", Type=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)
TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)
TemplatePartAttribute(Name="TopHandleElement", Type=System.Windows.Controls.Grid)
StyleTypedPropertyAttribute(Property="BottomRightTickBarStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)
TemplatePartAttribute(Name="HorizontalDecreaseElement", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)
TemplatePartAttribute(Name="BottomTickBarContainer", Type=System.Windows.Controls.Grid)
TemplatePartAttribute(Name="BottomTickBar", Type=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)
public abstract class UXSliderBarBase extends Intersoft.Client.Framework.ISRangeControl implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
[TemplatePartAttribute(Name="BottomHandleElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="BottomHandleButton", Type=Intersoft.Client.UI.Aqua.UXFlatRepeatButton)]
[TemplatePartAttribute(Name="TopTickBarContainer", Type=System.Windows.Controls.Grid)]
[StyleTypedPropertyAttribute(Property="TrackStyle", StyleTargetType=System.Windows.Shapes.Rectangle)]
[TemplatePartAttribute(Name="LeftTickBarContainer", Type=System.Windows.Controls.Grid)]
[StyleTypedPropertyAttribute(Property="TopLeftTickBarStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)]
[TemplatePartAttribute(Name="LeftHandleElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="LeftHandleButton", Type=Intersoft.Client.UI.Aqua.UXFlatRepeatButton)]
[TemplatePartAttribute(Name="HorizontalIncreaseElement", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)]
[TemplatePartAttribute(Name="TopTickBar", Type=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)]
[TemplatePartAttribute(Name="RightHandleElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="RightHandleButton", Type=Intersoft.Client.UI.Aqua.UXFlatRepeatButton)]
[TemplatePartAttribute(Name="LeftTickBar", Type=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)]
[TemplatePartAttribute(Name="VerticalIncreaseElement", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)]
[TemplatePartAttribute(Name="VerticalSliderElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="TopHandleButton", Type=Intersoft.Client.UI.Aqua.UXFlatRepeatButton)]
[TemplatePartAttribute(Name="RightTickBarContainer", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="HorizontalSliderElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="VerticalDecreaseElement", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)]
[TemplatePartAttribute(Name="RightTickBar", Type=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="TopHandleElement", Type=System.Windows.Controls.Grid)]
[StyleTypedPropertyAttribute(Property="BottomRightTickBarStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)]
[TemplatePartAttribute(Name="HorizontalDecreaseElement", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)]
[TemplatePartAttribute(Name="BottomTickBarContainer", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="BottomTickBar", Type=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)]
public __gc abstract class UXSliderBarBase : public Intersoft.Client.Framework.ISRangeControl, IControlIFramework, ILicensing  
C++/CLI 
[TemplatePartAttribute(Name="BottomHandleElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="BottomHandleButton", Type=Intersoft.Client.UI.Aqua.UXFlatRepeatButton)]
[TemplatePartAttribute(Name="TopTickBarContainer", Type=System.Windows.Controls.Grid)]
[StyleTypedPropertyAttribute(Property="TrackStyle", StyleTargetType=System.Windows.Shapes.Rectangle)]
[TemplatePartAttribute(Name="LeftTickBarContainer", Type=System.Windows.Controls.Grid)]
[StyleTypedPropertyAttribute(Property="TopLeftTickBarStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)]
[TemplatePartAttribute(Name="LeftHandleElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="LeftHandleButton", Type=Intersoft.Client.UI.Aqua.UXFlatRepeatButton)]
[TemplatePartAttribute(Name="HorizontalIncreaseElement", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)]
[TemplatePartAttribute(Name="TopTickBar", Type=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)]
[TemplatePartAttribute(Name="RightHandleElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="RightHandleButton", Type=Intersoft.Client.UI.Aqua.UXFlatRepeatButton)]
[TemplatePartAttribute(Name="LeftTickBar", Type=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)]
[TemplatePartAttribute(Name="VerticalIncreaseElement", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)]
[TemplatePartAttribute(Name="VerticalSliderElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="TopHandleButton", Type=Intersoft.Client.UI.Aqua.UXFlatRepeatButton)]
[TemplatePartAttribute(Name="RightTickBarContainer", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="HorizontalSliderElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="VerticalDecreaseElement", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)]
[TemplatePartAttribute(Name="RightTickBar", Type=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="TopHandleElement", Type=System.Windows.Controls.Grid)]
[StyleTypedPropertyAttribute(Property="BottomRightTickBarStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)]
[TemplatePartAttribute(Name="HorizontalDecreaseElement", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)]
[TemplatePartAttribute(Name="BottomTickBarContainer", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="BottomTickBar", Type=Intersoft.Client.UI.Aqua.UXInput.UXTickBar)]
public ref class UXSliderBarBase abstract : 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.Aqua.UXInput.UXSliderBarBase
                        Intersoft.Client.UI.Aqua.UXInput.UXRangeSliderBar
                        Intersoft.Client.UI.Aqua.UXInput.UXSliderBar

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.