2 types derived from HtmlInputButton
System.Web (2)
UI\HtmlControls\HtmlInputReset.cs (1)
30
public class HtmlInputReset :
HtmlInputButton
{
UI\HtmlControls\HtmlInputSubmit.cs (1)
41
public class HtmlInputSubmit :
HtmlInputButton
, IPostBackEventHandler {
3 references to HtmlInputButton
System.Web (3)
UI\HtmlControls\HtmlInputButton.cs (2)
50
/// <para>Initializes a new instance of a <see cref='System.Web.UI.HtmlControls.
HtmlInputButton
'/> class using
61
/// <para>Initializes a new instance of a <see cref='System.Web.UI.HtmlControls.
HtmlInputButton
'/> class using the
UI\HTMLTagNameToTypeMapper.cs (1)
63
t.Add("button", typeof(
HtmlInputButton
));