Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / OverrideTipText Property


In This Topic
OverrideTipText Property (DropDownCalendar)
In This Topic
Gets or sets the text of the tip that is shown on an overridden holiday.
Syntax
'Declaration
 
Public Property OverrideTipText As String
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As String
 
instance.OverrideTipText = value
 
value = instance.OverrideTipText

Property Value

A string type that represents the value. The default is string.Empty.
Remarks
This property retrieves the tooltip text for an overridden holiday.
See Also