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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









TargetConverter

noshade="true" align="left" color="black">
System.Web.UI.WebControls (system.web.dll)class

The TargetConverter class is a type converter that
allows conversions between an ordinary string and the
"target" string used to specify the
target frame or window for a hyperlink, as in
AdRotator.Target. This conversion allows the
target property to be displayed in the Property window. This class is
never accessed directly. You can access its functionality through the
System.ComponentModel.TypeDescriptor helper class.

public class 

TargetConverter : System.ComponentModel.StringConverter {
// Public Constructors
public

TargetConverter ( );
// Public Instance Methods
public override StandardValuesCollection

GetStandardValues (System.ComponentModel.ITypeDescriptorContext

context );
// overrides System.ComponentModel.TypeConverter
public override bool

GetStandardValuesExclusive (System.ComponentModel.ITypeDescriptorContext

context );
// overrides System.ComponentModel.TypeConverter
public override bool

GetStandardValuesSupported (System.ComponentModel.ITypeDescriptorContext

context );
// overrides System.ComponentModel.TypeConverter
}



Hierarchy


System.Object
System.ComponentModel.TypeConverter
System.ComponentModel.StringConverter
TargetConverter


/ 873