Unicode Controls & Classes for VB6 - Version 4

ctlNumIncXP.Min Property

Gets or sets the minimum accepted value

Syntax
Public Property Get Min () As Long
Public Property Let Min (ByVal New_Min As Long)
Parameters
Parameter Description
ByVal New_Min As Long The new minimum value
Remarks