Version

NextPrevFormat Property (WebMonthCalendar)

Gets sets format of text strings that appear on the active areas of the calendar that allow to increment and decrement the displayed month.
Syntax
'Declaration
 
Public Property NextPrevFormat As NextPrevFormat
public NextPrevFormat NextPrevFormat {get; set;}
Remarks

Note: If value is set to CustomText, then the Text property of Next/PreviousMonthButton is used. If the Text property is not set, then the default images igmc_prev*.gif and igmc_next*.gif are used.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also