バージョン

ButtonStyle クラス メンバ

ButtonStyleデータ型で公開されるメンバを以下の表に示します。

パブリック プロパティ
 名前解説
Public プロパティBackColorGets or sets the background color of the Web server control. System.Web.UI.WebControls.Styleから継承されます。
Public プロパティBorderColorGets or sets the border color of the Web server control. System.Web.UI.WebControls.Styleから継承されます。
Public プロパティBorderStyleGets or sets the border style of the Web server control. System.Web.UI.WebControls.Styleから継承されます。
Public プロパティBorderWidthGets or sets the border width of the Web server control. System.Web.UI.WebControls.Styleから継承されます。
Public プロパティContainer System.ComponentModel.Componentから継承されます。
Public プロパティCssClassGets or sets the cascading style sheet (CSS) class rendered by the Web server control on the client. System.Web.UI.WebControls.Styleから継承されます。
Public プロパティCursorマウスカーソルを取得または設定します。  
Public プロパティFontGets the font properties associated with the Web server control. System.Web.UI.WebControls.Styleから継承されます。
Public プロパティForeColorGets or sets the foreground color (typically the color of the text) of the Web server control. System.Web.UI.WebControls.Styleから継承されます。
Public プロパティHeightGets or sets the height of the Web server control. System.Web.UI.WebControls.Styleから継承されます。
Public プロパティImageHeightピクセル値でボタン画像の高さを取得または設定します。  
Public プロパティImageWidthピクセル値でボタン画像の幅を取得または設定します。  
Public プロパティIsEmptyオーバーライドされます。 プロパティが値を持っているかどうかをチェックします。  
Public プロパティMouseDownBackColorマウスでボタンをクリックしたときのボタンの背景の色を取得または設定します。  
Public プロパティMouseDownBorderColorマウスでボタンをクリックしたときのボタンの境界線の色を取得または設定します。  
Public プロパティMouseDownBorderStyleマウスでボタンをクリックしたときのボタンの境界線のスタイルを取得または設定します。  
Public プロパティMouseOverBackColorマウスをボタンの上に置いたときのボタンの背景の色を取得または設定します。  
Public プロパティMouseOverBorderColorマウスをボタンの上に置いたときのボタンの境界線の色を取得または設定します。  
Public プロパティMouseOverBorderStyleマウスをボタンの上に置いたときのボタンの境界線のスタイルを取得または設定します。  
Public プロパティMouseUpBackColorマウスクリックをボタンから放したときのボタンの背景の色を取得または設定します。  
Public プロパティMouseUpBorderColorマウスクリックをボタンから放したときのボタンの境界線の色を取得または設定します。  
Public プロパティMouseUpBorderStyleマウスクリックをボタンから放したときのボタンの境界線のスタイルを取得または設定します。  
Public プロパティRegisteredCssClassGets the cascading style sheet (CSS) class that is registered with the control. System.Web.UI.WebControls.Styleから継承されます。
Public プロパティSite System.ComponentModel.Componentから継承されます。
Public プロパティWidthGets or sets the width of the Web server control. System.Web.UI.WebControls.Styleから継承されます。
トップ
プロテクト プロパティ
 名前解説
Protected プロパティCanRaiseEvents System.ComponentModel.Componentから継承されます。
Protected プロパティDesignMode System.ComponentModel.Componentから継承されます。
Protected プロパティEvents System.ComponentModel.Componentから継承されます。
Protected プロパティIsTrackingViewStateReturns a value indicating whether any style elements have been defined in the state bag. System.Web.UI.WebControls.Styleから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドAddAttributesToRenderオーバーロードされます。 Adds HTML attributes and styles that need to be rendered to the specified System.Web.UI.HtmlTextWriter. This method is primarily used by control developers. System.Web.UI.WebControls.Styleから継承されます。
Public メソッドClearオーバーライドされます。 すべてのスタイルプロパティを「non-set」相当に設定します。スタイルのプロパティをリセットします。  
Public メソッドCopyFromオーバーライドされます。 指定されたStyleのstyleプロパティを、このメソッドが呼び出されるStyleクラスのインスタンスに複製します。  
Public メソッドCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. System.MarshalByRefObjectから継承されます。
Public メソッドDisposeオーバーロードされます。  System.ComponentModel.Componentから継承されます。
Public メソッドGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. System.MarshalByRefObjectから継承されます。
Public メソッドGetStyleAttributesRetrieves the System.Web.UI.CssStyleCollection object for the specified System.Web.UI.IUrlResolutionService-implemented object. System.Web.UI.WebControls.Styleから継承されます。
Public メソッドInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. System.MarshalByRefObjectから継承されます。
Public メソッドMergeWithCombines the style properties of the specified System.Web.UI.WebControls.Style with the instance of the System.Web.UI.WebControls.Style class that this method is called from. System.Web.UI.WebControls.Styleから継承されます。
Public メソッドResetオーバーライドされます。 ステートバグから定義されたスタイル要素を削除します。  
Public メソッドSetDirtyMarks the System.Web.UI.WebControls.Style so that its state will be recorded in view state. System.Web.UI.WebControls.Styleから継承されます。
Public メソッドToStringビジュアル デザイナー用に書式設定された文字列。 Infragistics.WebUI.WebHtmlEditor.BaseStyleから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッドFillStyleAttributesAdds the specified object's style properties to a System.Web.UI.CssStyleCollection object. System.Web.UI.WebControls.Styleから継承されます。
Protected メソッドFinalize System.ComponentModel.Componentから継承されます。
Protected メソッドGetService System.ComponentModel.Componentから継承されます。
Protected メソッドMemberwiseCloneオーバーロードされます。 Creates a shallow copy of the current System.MarshalByRefObject object. System.MarshalByRefObjectから継承されます。
トップ
パブリック イベント
 名前解説
Public イベントDisposed System.ComponentModel.Componentから継承されます。
トップ
参照