HtmlInputControl クラス
<input type=text> 、 <input type=submit> 、 <input type= file> の各要素など、すべての HTML 入力コントロールに共通なメソッド、プロパティ、およびイベントを定義する抽象基本クラスの役割を果たします。
この型のすべてのメンバの一覧については、HtmlInputControl メンバ を参照してください。
System.Object
System.Web.UI.Control
System.Web.UI.HtmlControls.HtmlControl
System.Web.UI.HtmlControls.HtmlInputControl
派生クラス
MustInherit Public Class HtmlInputControl
Inherits HtmlControl
[C#]
public abstract class HtmlInputControl : HtmlControl
[C++]
public __gc __abstract class HtmlInputControl : public HtmlControl
[JScript]
public abstract class HtmlInputControl extends HtmlControl
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
HtmlInputControl クラスは直接インスタンス化できません。その代わりに、共通の基本機能を提供するために、このクラスは HtmlInputText 、 HtmlInputButton 、 HtmlInputRadioButton 、 HtmlInputCheckBox 、 HtmlInputImage 、 HtmlInputHidden 、 HtmlInputFile などの他のクラスによって継承されます。
HtmlInputControl のインスタンスの初期プロパティ値の一覧については、 HtmlInputControl コンストラクタのトピックを参照してください。
必要条件
名前空間: System.Web.UI.HtmlControls
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
アセンブリ: System.Web (System.Web.dll 内)
参照
HtmlInputControl メンバ | System.Web.UI.HtmlControls 名前空間 | HtmlInputText | HtmlInputButton | HtmlInputRadioButton | HtmlInputCheckBox | HtmlInputImage | HtmlInputHidden | HtmlInputFile