WebControl.ControlStyle プロパティ

定義

Web サーバー コントロールのスタイルを取得します。 このプロパティは、主にコントロールの開発者によって使用されます。

public:
 property System::Web::UI::WebControls::Style ^ ControlStyle { System::Web::UI::WebControls::Style ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.WebControls.Style ControlStyle { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ControlStyle : System.Web.UI.WebControls.Style
Public ReadOnly Property ControlStyle As Style

プロパティ値

Web サーバー コントロールの外観プロパティをカプセル化する Style

属性

注釈

プロパティはControlStyle、 や FontなどBorderColor、コントロールのWebControl外観を指定する クラスのすべてのプロパティをカプセル化します。

適用対象

こちらもご覧ください