Intersoft ClientUI Documentation
UXButtonSpinner Class
Members 



Represents a spinner control that includes two Buttons.
Object Model
UXButtonSpinner ClassISFramework Class
Syntax
<TemplatePartAttribute(Name="FocusVisualElement", Type=System.Windows.Controls.Border)>
<TemplatePartAttribute(Name="ContentControl", Type=System.Windows.Controls.ContentControl)>
<TemplatePartAttribute(Name="ValidationErrorElement", Type=System.Windows.Controls.Border)>
<TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="MouseOverBorder", Type=System.Windows.Controls.Border)>
<TemplatePartAttribute(Name="DisabledVisualElement", Type=System.Windows.Controls.Border)>
<TemplatePartAttribute(Name="DecreaseButton", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)>
<TemplatePartAttribute(Name="IncreaseButton", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)>
Public Class UXButtonSpinner 
   Inherits UXSpinner
   Implements Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing 
Dim instance As UXButtonSpinner
[TemplatePartAttribute(Name="FocusVisualElement", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="ContentControl", Type=System.Windows.Controls.ContentControl)]
[TemplatePartAttribute(Name="ValidationErrorElement", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="MouseOverBorder", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="DisabledVisualElement", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="DecreaseButton", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)]
[TemplatePartAttribute(Name="IncreaseButton", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)]
public class UXButtonSpinner : UXSpinner, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing  
[TemplatePartAttribute(Name="FocusVisualElement", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="ContentControl", Type=System.Windows.Controls.ContentControl)]
[TemplatePartAttribute(Name="ValidationErrorElement", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="MouseOverBorder", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="DisabledVisualElement", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="DecreaseButton", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)]
[TemplatePartAttribute(Name="IncreaseButton", Type=Intersoft.Client.UI.Aqua.UXRepeatButton)]
public ref class UXButtonSpinner : public UXSpinner, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing  
Remarks
UXButtonSpinner is a content control which has two repeat button that are used to increase or decrease. You can used spin event to perform a logic for increase or decrease when the spin button is click.
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                  Intersoft.Client.Framework.ISContentControl
                     Intersoft.Client.UI.Aqua.UXInput.UXSpinner
                        Intersoft.Client.UI.Aqua.UXInput.UXButtonSpinner

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

UXButtonSpinner Members
Intersoft.Client.UI.Aqua.UXInput Namespace

Concepts

Content Controls Overview
UXButtonSpinner

Send Feedback