C# Class formulate.app.Configuration.ButtonCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Mostrar archivo Open project: rhythmagency/formulate

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement

Creates a new button element.

GetElementKey ( ConfigurationElement element ) : object

Gets the key for an element.

Method Details

CreateNewElement() protected method

Creates a new button element.
protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

Gets the key for an element.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement The element.
return object