NumericEditControl<(Of <(<'T>)>)>..::..GetMinimumValueProperties Method
Gets the minimum value properties.
Namespace:
RingSoft.DataEntryControls.WPFAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
protected void GetMinimumValueProperties( out Nullable<double> value, out Nullable<double> minimumValue )
Protected Sub GetMinimumValueProperties ( _ <OutAttribute> ByRef value As Nullable(Of Double), _ <OutAttribute> ByRef minimumValue As Nullable(Of Double) _ )
protected: void GetMinimumValueProperties( [OutAttribute] Nullable<double^>% value, [OutAttribute] Nullable<double^>% minimumValue )