C# Class AjaxControlToolkit.ComboBoxDesignerActionList

Inheritance: System.ComponentModel.Design.DesignerActionList
Mostrar archivo Open project: DevExpress/AjaxControlToolkit

Public Methods

Method Description
ComboBoxDesignerActionList ( IComponent component ) : System
GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection

Protected Methods

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

Method Details

ComboBoxDesignerActionList() public method

public ComboBoxDesignerActionList ( IComponent component ) : System
component IComponent
return System

GetPropertyItem() protected method

protected GetPropertyItem ( string propertyName, string displayName ) : System.ComponentModel.Design.DesignerActionPropertyItem
propertyName string
displayName string
return System.ComponentModel.Design.DesignerActionPropertyItem

GetSortedActionItems() public method

public GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection
return System.ComponentModel.Design.DesignerActionItemCollection

SetComponentProperty() protected method

protected SetComponentProperty ( string propertyName, object value ) : void
propertyName string
value object
return void