ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









NextPrevFormatserializable

System.Web.UI.WebControls (system.web.dll)enum

This enumeration is used to set the
Calendar.NextPrevFormat property. It determines
the appearance of the navigation controls that allow the user to move
from month to month. ShortMonth will display an
abbreviated month name on the previous and next month controls (like
"Jan"), while
FullMonth will display the full name of the month.
If you use CustomText, you must set the
corresponding Calendar.NextMonthText and
Calendar.PrevMonthText programmatically
(typically, in the Calendar.VisibleMonthChanged
event handler).

public enum 

NextPrevFormat {

CustomText = 0 ,

ShortMonth = 1 ,

FullMonth = 2
}



Hierarchy


System.Object
System.ValueType
System.Enum(System.IComparable,
System.IFormattable
,
System.IConvertible)
NextPrevFormat

Returned By


Calendar.NextPrevFormat

Passed To


Calendar.NextPrevFormat


/ 873