WebControl.ControlStyle プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)
Web サーバー コントロールのスタイルを取得します。このプロパティは、主にコントロールの開発者によって使用されます。
名前空間: System.Web.UI.WebControls
アセンブリ: System.Web (system.web.dll 内)
構文
Public ReadOnly Property ControlStyle As Style
Dim instance As WebControl Dim value As Style
value = instance.ControlStyle
public Style ControlStyle { get; }
public: property Style^ ControlStyle { Style^ get (); }
/** @property */ public Style get_ControlStyle ()
public function get ControlStyle () : Style
プロパティ値
Web サーバー コントロールの外観プロパティをカプセル化する Style。
ControlStyle プロパティは、BorderColor、Font などのコントロールの外観を指定する WebControl クラスのすべてのプロパティをカプセル化します。
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
.NET Framework
サポート対象 : 2.0、1.1、1.0
関連項目
WebControl クラス
WebControl メンバ
System.Web.UI.WebControls 名前空間
Style クラス
ControlStyleCreated
その他の技術情報
Web サーバー コントロール構文
ASP.NET カスタム サーバー コントロールの開発