BaseDataListComponentEditor

BaseDataListComponentEditor

System.Web.UI.Design.WebControls (system.design.dll)abstract class

This abstract class provides basic functionality for the DataListComponentEditor and DataGridComponentEditor classes, which provide the Property Builder user interface for editing complex properties for these controls.

public abstract class BaseDataListComponentEditor : System.Windows.Forms.Design.WindowsFormsComponentEditor { // Public Constructors    public BaseDataListComponentEditor(int initialPage); // Public Instance Methods    public override bool EditComponent(System.ComponentModel.ITypeDescriptorContext context,          object obj, System.Windows.Forms.IWin32Window parent);                    // overrides System.Windows.Forms.Design.WindowsFormsComponentEditor // Protected Instance Methods    protected override int GetInitialComponentEditorPageIndex( );                    // overrides System.Windows.Forms.Design.WindowsFormsComponentEditor }

Hierarchy

System.Object System.ComponentModel.ComponentEditor System.Windows.Forms.Design.WindowsFormsComponentEditor BaseDataListComponentEditor

Subclasses

DataGridComponentEditor, DataListComponentEditor



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net