Version

Search Results

ShouldSerializeMaxValue Method (UltraCurrencyEditor)

Returns a Boolean value that determines whether the MaxValue property is set to its default value. Syntax Return Value Boolean indicating whether the property should be serialized Remarks Returns True if the MaxValue property is not set to its default value; otherwise, it returns False. Invoke the ResetMaxValue me...

ShouldSerializeMinValue Method (UltraCurrencyEditor)

Returns a Boolean value that determines whether the MinValue property is set to its default value. Syntax Return Value Boolean indicating whether the property should be serialized Remarks Returns True if the MinValue property is not set to its default value; otherwise, it returns False. Invoke the ResetMinValue me...

ShouldSerializeValue Method (UltraCurrencyEditor)

Returns a Boolean value that determines whether the Value property is set to its default value. Syntax Return Value Boolean indicating whether the property should be serialized Remarks Returns True if the Value property is not set to its default value; otherwise, it returns False. Invoke the ResetValue method to r...

SpinIncrement Property (UltraCurrencyEditor)

Gets/set the amount the controls Value will be incremented/decremented by when using the spin buttons. Syntax Example