Method | Description | |
---|---|---|
ComboBoxDesignerActionList ( IComponent component ) : System | ||
GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection |
Method | Description | |
---|---|---|
GetPropertyItem ( string propertyName, string displayName ) : System.ComponentModel.Design.DesignerActionPropertyItem | ||
SetComponentProperty ( string propertyName, object value ) : void |
public ComboBoxDesignerActionList ( IComponent component ) : System | ||
component | IComponent | |
return | System |
protected GetPropertyItem ( string propertyName, string displayName ) : System.ComponentModel.Design.DesignerActionPropertyItem | ||
propertyName | string | |
displayName | string | |
return | System.ComponentModel.Design.DesignerActionPropertyItem |
public GetSortedActionItems ( ) : System.ComponentModel.Design.DesignerActionItemCollection | ||
return | System.ComponentModel.Design.DesignerActionItemCollection |
protected SetComponentProperty ( string propertyName, object value ) : void | ||
propertyName | string | |
value | object | |
return | void |