C# Class AspNetEdit.UI.EventPropertyTab

Inheritance: System.Windows.Forms.Design.PropertyTab
Afficher le fichier Open project: mono/aspeditor

Méthodes publiques

Méthode Description
CanExtend ( object extendee ) : bool
EventPropertyTab ( ) : System
GetDefaultProperty ( object component ) : PropertyDescriptor
GetProperties ( object component, Attribute attributes ) : PropertyDescriptorCollection

Private Methods

Méthode Description
GetEventService ( object component ) : IEventBindingService

Method Details

CanExtend() public méthode

public CanExtend ( object extendee ) : bool
extendee object
Résultat bool

EventPropertyTab() public méthode

public EventPropertyTab ( ) : System
Résultat System

GetDefaultProperty() public méthode

public GetDefaultProperty ( object component ) : PropertyDescriptor
component object
Résultat System.ComponentModel.PropertyDescriptor

GetProperties() public méthode

public GetProperties ( object component, Attribute attributes ) : PropertyDescriptorCollection
component object
attributes System.Attribute
Résultat System.ComponentModel.PropertyDescriptorCollection