WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NumberModifyState

    Show / Hide Table of Contents

    Class NumberModifyState

    Used to pass state between PrepareXXX and CompleteXXX methods during key processing. This allows for raising the KeyValidate event to cancel any key.

    Inheritance
    System.Object
    NumberModifyState
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class NumberModifyState

    Constructors

    NumberModifyState()

    Declaration
    public NumberModifyState()

    Fields

    changedString

    Declaration
    public string changedString
    Field Value
    Type Description
    System.String

    changedValue

    Declaration
    public string changedValue
    Field Value
    Type Description
    System.String

    handled

    Declaration
    public bool handled
    Field Value
    Type Description
    System.Boolean

    inDecimalPosition

    Declaration
    public bool inDecimalPosition
    Field Value
    Type Description
    System.Boolean

    initialNegativeState

    Declaration
    public bool initialNegativeState
    Field Value
    Type Description
    System.Boolean

    initialString

    Declaration
    public string initialString
    Field Value
    Type Description
    System.String

    isNegative

    Declaration
    public bool isNegative
    Field Value
    Type Description
    System.Boolean

    message

    Declaration
    public string message
    Field Value
    Type Description
    System.String

    moveBack

    Declaration
    public bool moveBack
    Field Value
    Type Description
    System.Boolean

    startPositionJustNumbers

    Declaration
    public int startPositionJustNumbers
    Field Value
    Type Description
    System.Int32

    success

    Declaration
    public bool success
    Field Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved