NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Calendar.NextMonthText

[To be supplied.]

[Visual Basic]
Public Property NextMonthText As String
[C#]
public string NextMonthText {get; set;}
[C++]
public: __property String* get_NextMonthText();
public: __property void set_NextMonthText(String*);
[JScript]
public function get NextMonthText() : String;
public function set NextMonthText(String);

See Also

Calendar Class | Calendar Members | System.Web.UI.WebControls Namespace