|
Set
the month captions.
Public Function SetMonthCaptions(
ByVal iIndex As Integer, _
ByVal strCaption As String, _
) as Boolean
|
Parameter
iIndex - the index of month. start from zero.
strCaption - the string of caption.
Return Value
True - Successful , False - Failed
Example
|
Visual Basic Syntax
Calendar1.SetMonthCaptions 0 , "January"
|
|
|