Version

Search Results

ResetFormatProvider Method (UltraNumericEditorBase)

Resets the FormatProvider property to its default value. Syntax Remarks Invoke this method to reset the FormatProvider property to its default value. Once this method is invoked, the ShouldSerializeFormatProvider method will return False until the FormatProvider property is set again. Example

ResetFormatString Method (UltraNumericEditorBase)

Resets the FormatString property to its default value. Syntax Remarks Invoke this method to reset the FormatString property to its default value. Once this method is invoked, the ShouldSerializeFormatString method will return False until the FormatString property is set again. Example

ResetMaskClipMode Method (UltraNumericEditorBase)

Resets the MaskClipMode property to its default value. Syntax Remarks Invoke this method to reset the MaskClipMode property to its default value. Once this method is invoked, the ShouldSerializeMaskClipMode method will return False until the MaskClipMode property is set again. Example

ResetMaskDataMode Method (UltraNumericEditorBase)

Resets the MaskDataMode property to its default value. Syntax Remarks Invoke this method to reset the MaskDataMode property to its default value. Once this method is invoked, the ShouldSerializeMaskDataMode method will return False until the MaskDataMode property is set again. Example

ResetMaskDisplayMode Method (UltraNumericEditorBase)

Resets the MaskDisplayMode property to its default value. Syntax Remarks Invoke this method to reset the MaskDisplayMode property to its default value. Once this method is invoked, the ShouldSerializeMaskDisplayMode method will return False until the MaskDisplayMode property is set again. Example

ResetMaskInput Method (UltraNumericEditorBase)

Resets the MaskInput property to its default value. Syntax Remarks Invoke this method to reset the MaskInput property to its default value. Once this method is invoked, the ShouldSerializeMaskInput method will return False until the MaskInput property is set again. Example

ResetPromptChar Method (UltraNumericEditorBase)

Resets the PromptChar property to its default value. Syntax Example