C# 클래스 AjaxControlToolkit.ComboBoxDesignerActionList

상속: System.ComponentModel.Design.DesignerActionList
파일 보기 프로젝트 열기: DevExpress/AjaxControlToolkit

공개 메소드들

메소드 설명
ComboBoxDesignerActionList ( IComponent component ) : System
GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection

보호된 메소드들

메소드 설명
GetPropertyItem ( string propertyName, string displayName ) : System.ComponentModel.Design.DesignerActionPropertyItem
SetComponentProperty ( string propertyName, object value ) : void

메소드 상세

ComboBoxDesignerActionList() 공개 메소드

public ComboBoxDesignerActionList ( IComponent component ) : System
component IComponent
리턴 System

GetPropertyItem() 보호된 메소드

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

GetSortedActionItems() 공개 메소드

public GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection
리턴 System.ComponentModel.Design.DesignerActionItemCollection

SetComponentProperty() 보호된 메소드

protected SetComponentProperty ( string propertyName, object value ) : void
propertyName string
value object
리턴 void