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






Represents a spinner control that includes two Buttons.

Object Model

UXButtonSpinner Class

Syntax

Visual Basic (Declaration) 
<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 IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXButtonSpinner
C# 
[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, IControlIFramework, ILicensing  
Delphi 
public class UXButtonSpinner = class(UXSpinner, IControl, IFramework, ILicensing)
JScript 
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 extends UXSpinner implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
[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 __gc class UXButtonSpinner : public UXSpinner, IControlIFramework, ILicensing  
C++/CLI 
[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, IControlIFramework, 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 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.