IntegerEditControlSetup Class
All the properties necessary to set up an IntegerEditControl.
Namespace:
RingSoft.DataEntryControls.EngineAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public class IntegerEditControlSetup : NumericEditControlSetup<Nullable<int>>
Public Class IntegerEditControlSetup _ Inherits NumericEditControlSetup(Of Nullable(Of Integer))
public ref class IntegerEditControlSetup : public NumericEditControlSetup<Nullable<int^>>
Inheritance Hierarchy
RingSoft.DataEntryControls.Engine..::..NumericEditControlSetup<(Of <(<'Nullable<(Of <(<'Int32>)>)>>)>)>
RingSoft.DataEntryControls.Engine..::..IntegerEditControlSetup