PowerTools PlusPak for Windows Forms 8.0J
Style コンストラクタ(Color,Color)

BackColor プロパティの初期設定。
ForeColor プロパティの初期設定。
指定した初期化プロパティを使用して、Style クラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal backColor As Color, _
   ByVal foreColor As Color _
)
public Style( 
   Color backColor,
   Color foreColor
)

パラメータ

backColor
BackColor プロパティの初期設定。
foreColor
ForeColor プロパティの初期設定。
プラットフォーム

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

参照

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

Send Feedback