C# Class Ext.Net.ImageButton

Exibir arquivo Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property Type Description
ImageButton System.ComponentModel
SetAlign void
SetAltText void
SetDisabledImageUrl void
SetImageUrl void
SetOverImageUrl void
SetPressedImageUrl void

Public Methods

Method Description
ImageButton ( Config config ) : System

Private Methods

Method Description
ImageButton ( ) : System.ComponentModel
SetAlign ( ImageAlign align ) : void
SetAltText ( string altText ) : void
SetDisabledImageUrl ( string url ) : void
SetImageUrl ( string url ) : void
SetOverImageUrl ( string url ) : void
SetPressedImageUrl ( string url ) : void

Method Details

ImageButton() public method

public ImageButton ( Config config ) : System
config Config
return System