Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DateTimeDropDownPickerInfo Class / TimeTabText Property


In This Topic
TimeTabText Property (DateTimeDropDownPickerInfo)
In This Topic
Gets or sets the text shown in the time tab.
Syntax
'Declaration
 
Public Property TimeTabText As String
 
'Usage
 
Dim instance As DateTimeDropDownPickerInfo
Dim value As String
 
instance.TimeTabText = value
 
value = instance.TimeTabText

Property Value

A System.String value that indicates the text shown in the time tab.
See Also