Version

SpinEditorButton Class

Spin button style editor button.
Syntax
'Declaration
 
Public Class SpinEditorButton 
   Inherits EditorButtonBase
   Implements Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx 
public class SpinEditorButton : EditorButtonBase, Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx  
Remarks

The SpinEditorButton class is an editor button used to provide spin button style functionality. Two or more buttons are displayed depending on the SpinButtonType property. The "Can" properties are used to determine whether the buttons should be enabled or disabled.

When the spin button is clicked, the SpinButtonClick event is invoked. The SpinButtonClickEventArgs.ButtonType will indicate which button was clicked so that the appropriate action can be taken.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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