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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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







ObjectListCommandCollection.NET 1.1

System.Web.UI.MobileControls (system.web.mobile.dll)class

The ObjectListCommandCollection contains a
collection of commands that can be invoked on items in an
ObjectList. The
ObjectList.Commands property is an
ObjectListCommandCollection.

public class 

ObjectListCommandCollection :
ArrayListCollectionBase, System.Web.UI.IStateManager {
// Public Instance Properties
public ObjectListCommand

this [int

index ]{get; }
// Public Instance Methods
public void

Add (ObjectListCommand

command );
public void

AddAt (int

index , ObjectListCommand

command );
public void

Clear ( );
public int

IndexOf (string

s );
public void

Remove (string

s );
public void

RemoveAt (int

index );
}



Hierarchy


System.Object
ArrayListCollectionBase(System.Collections.ICollection,
System.Collections.IEnumerable)


ObjectListCommandCollection(System.Web.UI.IStateManager)

Returned By


ObjectList.Commands,
ObjectListShowCommandsEventArgs.Commands

Passed To


ObjectListShowCommandsEventArgs.ObjectListShowCommandsEventArgs(
)

/ 873