MindFusion.UI for WebForms Programmer's Guide

NumericUpDown Class

Remarks See Also
 





Represents a numeric text box with buttons to increase or decrease the displayed value.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public class NumericUpDown : WebControl, IScriptControl, IPostBackDataHandler, IStateManager

Visual Basic  Copy Code

Public Class NumericUpDown
    Inherits WebControl
    Implements IScriptControl, IPostBackDataHandler, IStateManager

 Remarks

For additional information on how to use the control, please refer to the NumericUpDown topic in the Using the controls section.

 Inheritance Hierarchy

System.Object
    System.Web.UI.Control
        System.Web.UI.WebControls.WebControl
            MindFusion.UI.Web.NumericUpDown

 See Also