Spread Windows Forms 10.0 Product Documentation
IManageFmtInput2 Interface Members
Properties  Methods 

The following tables list the members exposed by IManageFmtInput2.

Public Properties
 NameDescription
 PropertyInitialValueGets or sets the initial value if the string is null. (Optional. To clear, set to null.) (Inherited from FarPoint.Win.SuperEdit.IManageFmtInput)
 PropertyMaximumValueGets or sets the maximum value allowed. (Optional. To clear, set to null.) (Inherited from FarPoint.Win.SuperEdit.IManageFmtInput)
 PropertyMinimumValueGets or sets the minimum value allowed. (Optional. To clear, set to null.) (Inherited from FarPoint.Win.SuperEdit.IManageFmtInput)
 PropertyOriginalValueGets or sets the Original value  
Top
Public Methods
 NameDescription
 MethodChangeTextReturns 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. (Inherited from FarPoint.Win.SuperEdit.IManageFmtInput)
 MethodCharInputReturns the resulting text and position if the input character is allowed under given conditions. If not allowed, returns false. (Inherited from FarPoint.Win.SuperEdit.IManageFmtInput)
 MethodGetCaretTypeAtPosReturns one of the following values for the position in the given text: InputPosType.InsertPos, .FixedFldPos, or .LiteralPos (Inherited from FarPoint.Win.SuperEdit.IManageFmtInput)
 MethodGetFormatStringAtPosReturns the format string for the field at the specified position in the given text. (Inherited from FarPoint.Win.SuperEdit.IManageFmtInput)
 MethodGetInitialInputPosReturns the initial input position for the given text. This initial position may not be the first input position. (Inherited from FarPoint.Win.SuperEdit.IManageFmtInput)
 MethodGetInitialTextReturns the initial text for a format. (Inherited from FarPoint.Win.SuperEdit.IManageFmtInput)
 MethodGetLastPosInputIsAllowedReturns the last position that can receive input for the given text. (Inherited from FarPoint.Win.SuperEdit.IManageFmtInput)
 MethodGetNextInputPosReturns 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. (Inherited from FarPoint.Win.SuperEdit.IManageFmtInput)
 MethodIncrementValueIncrements or decrements (dependent on sign of "incrAmt") the value represented by the text. (Inherited from FarPoint.Win.SuperEdit.IManageFmtInput)
 MethodIsInputAllowedAtPosReturns whether the input is allowed at the specified position (index) for the given text. (Inherited from FarPoint.Win.SuperEdit.IManageFmtInput)
 MethodIsNegativeReturns whether a string is negative according to the regional settings. (Inherited from FarPoint.Win.SuperEdit.IManageFmtInput)
Top
See Also

Reference

IManageFmtInput2 Interface
FarPoint.Win.SuperEdit Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.