WebControl.ControlStyle プロパティ
Web サーバー コントロールのスタイルを取得します。このプロパティは、主にコントロールの開発者によって使用されます。
Public ReadOnly Property ControlStyle As Style
[C#]
public Style ControlStyle {get;}
[C++]
public: __property Style* get_ControlStyle();
[JScript]
public function get ControlStyle() : Style;
プロパティ値
Web サーバー コントロールの外観プロパティをカプセル化する Style 。
解説
ControlStyle プロパティは、 BorderColor 、 Font などのコントロールの外観を指定する WebControl クラスのすべてのプロパティをカプセル化します。
必要条件
プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ
参照
WebControl クラス | WebControl メンバ | System.Web.UI.WebControls 名前空間 | Style | ControlStyleCreated