Свойство | Тип | Описание | |
---|---|---|---|
InternalRegisterButtonImages | void | ||
ShouldSerializeActiveSrc | bool | ||
ShouldSerializeDownSrc | bool | ||
ShouldSerializeHoverSrc | bool | ||
ShouldSerializeNormalSrc | bool | ||
getImagePath | string |
Метод | Описание | |
---|---|---|
ImageButton ( ) : System |
Метод | Описание | |
---|---|---|
AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void | ||
RegisterButtonImages ( string name ) : void | ||
RegisterButtonImages ( string name, string ext ) : void |
Метод | Описание | |
---|---|---|
InternalRegisterButtonImages ( string name ) : void | ||
ShouldSerializeActiveSrc ( ) : bool | ||
ShouldSerializeDownSrc ( ) : bool | ||
ShouldSerializeHoverSrc ( ) : bool | ||
ShouldSerializeNormalSrc ( ) : bool | ||
getImagePath ( |
protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
Результат | void |
protected RegisterButtonImages ( string name ) : void | ||
name | string | |
Результат | void |
protected RegisterButtonImages ( string name, string ext ) : void | ||
name | string | |
ext | string | |
Результат | void |