C# Class AjaxControlToolkit.ComboBoxDesignerActionList

Inheritance: System.ComponentModel.Design.DesignerActionList
Afficher le fichier Open project: DevExpress/AjaxControlToolkit

Méthodes publiques

Méthode Description
ComboBoxDesignerActionList ( IComponent component ) : System
GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection

Méthodes protégées

Méthode Description
GetPropertyItem ( string propertyName, string displayName ) : System.ComponentModel.Design.DesignerActionPropertyItem
SetComponentProperty ( string propertyName, object value ) : void

Method Details

ComboBoxDesignerActionList() public méthode

public ComboBoxDesignerActionList ( IComponent component ) : System
component IComponent
Résultat System

GetPropertyItem() protected méthode

protected GetPropertyItem ( string propertyName, string displayName ) : System.ComponentModel.Design.DesignerActionPropertyItem
propertyName string
displayName string
Résultat System.ComponentModel.Design.DesignerActionPropertyItem

GetSortedActionItems() public méthode

public GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection
Résultat System.ComponentModel.Design.DesignerActionItemCollection

SetComponentProperty() protected méthode

protected SetComponentProperty ( string propertyName, object value ) : void
propertyName string
value object
Résultat void