亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

ASP.NET SelectMonthText 屬性

定義和用法

SelectMonthText 屬性用戶規(guī)定在日歷中選取整個(gè)月份的文本.

注釋:該屬性僅在 SelectionMode 屬性被設(shè)置為 DayWeekMonth 時(shí)生效。

語法

<asp:Calendar SelectMonthText="string" runat="server" />
屬性 描述
string 規(guī)定在日歷中選取整個(gè)月份的文本。默認(rèn)值是 ">>"。

實(shí)例

下面的例子展示了 SelectMonthText 被設(shè)置為 "->" 的日歷:

<form runat="server">
<asp:Calendar id="cal1" runat="server" 
SelectMonthText="->" SelectionMode="DayWeekMonth" /> 
</form>

實(shí)例

為 Calendar 控件設(shè)置 SelectMonthText