Unicode Controls & Classes for VB6 - Version 4

ctlNumIncXP.Text Property

Gets or sets the internal value of the control

Syntax
Public Property Get Text () As String
Public Property Let Text (ByVal New_Text As String)
Parameters
Parameter Description
ByVal New_Text As String The new value of the control
Remarks