Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IManageFmtInput Interface
Properties Methods

In This Topic
    IManageFmtInput Interface Members
    In This Topic

    The following tables list the members exposed by IManageFmtInput.

    Public Properties
     NameDescription
     PropertyGets or sets the initial value if the string is null. (Optional. To clear, set to null.)  
     PropertyGets or sets the maximum value allowed. (Optional. To clear, set to null.)  
     PropertyGets or sets the minimum value allowed. (Optional. To clear, set to null.)  
    Top
    Public Methods
     NameDescription
     MethodOverloaded. Returns the resulting text and position if the change is allowed for the given conditions. If no changes are made (due to invalid input), returns false.  
     MethodReturns the resulting text and position if the input character is allowed under given conditions. If not allowed, returns false.  
     MethodReturns one of the following values for the position in the given text: InputPosType.InsertPos, .FixedFldPos, or .LiteralPos  
     MethodReturns the format string for the field at the specified position in the given text.  
     MethodReturns the initial input position for the given text. This initial position may not be the first input position.  
     MethodReturns the initial text for a format.  
     MethodReturns the last position that can receive input for the given text.  
     MethodReturns the next input position dependent on the direction, the current text, and the current position. A value of -1 for direction means the previous direction.  
     MethodIncrements or decrements (dependent on sign of "incrAmt") the value represented by the text.  
     MethodReturns whether the input is allowed at the specified position (index) for the given text.  
     MethodReturns whether a string is negative according to the regional settings.  
    Top
    See Also