PowerTools PlusPak for Windows Forms 8.0J
SetHoverStyle(Control,ThemeStateStyle) メソッド

マウス通過時のThemeStateStyleを設定するコントロール。
コントロールに適用するスタイル。
マウス通過時のスタイルを設定します。
構文
Public Overloads Sub SetHoverStyle( _
   ByVal control As Control, _
   ByVal style As ThemeStateStyle _
) 
public void SetHoverStyle( 
   Control control,
   ThemeStateStyle style
)

パラメータ

control
マウス通過時のThemeStateStyleを設定するコントロール。
style
コントロールに適用するスタイル。
例外
例外解説
System.ArgumentNullExceptioncontrolはnullに設定できません。
System.ArgumentException コントロールを拡張することはできません。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcStylePlus クラス
GcStylePlus メンバ
オーバーロード一覧

Send Feedback