SpreadsheetGear 2017
Spinner Class
Members 






SpreadsheetGear.Windows.Controls Namespace : Spinner Class
Represents an individual spinner form control.
Object Model
Spinner Class
Syntax
'Declaration
 
<System.Windows.TemplatePartAttribute(Name="IncreaseButton", Type=System.Windows.Controls.Primitives.RepeatButton)>
<System.Windows.TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
Public Class Spinner 
   Inherits System.Windows.Controls.Primitives.RangeBase
'Usage
 
Dim instance As Spinner
[System.Windows.TemplatePart(Name="IncreaseButton", Type=System.Windows.Controls.Primitives.RepeatButton)]
[System.Windows.TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
public class Spinner : System.Windows.Controls.Primitives.RangeBase 
public class Spinner = class(System.Windows.Controls.Primitives.RangeBase)
System.Windows.TemplatePartAttribute(Name="IncreaseButton", Type=System.Windows.Controls.Primitives.RepeatButton)
System.Windows.TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")
public class Spinner extends System.Windows.Controls.Primitives.RangeBase
[System.Windows.TemplatePart(Name="IncreaseButton", Type=System.Windows.Controls.Primitives.RepeatButton)]
[System.Windows.TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
public __gc class Spinner : public System.Windows.Controls.Primitives.RangeBase 
[System.Windows.TemplatePart(Name="IncreaseButton", Type=System.Windows.Controls.Primitives.RepeatButton)]
[System.Windows.TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
public ref class Spinner : public System.Windows.Controls.Primitives.RangeBase 
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.Primitives.RangeBase
                  SpreadsheetGear.Windows.Controls.Spinner

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Spinner Members
SpreadsheetGear.Windows.Controls Namespace