VisualStyleElement.CreateElement(String, Int32, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたクラス、部品、および状態の各値から新しい visual スタイル要素を作成します。
public:
static System::Windows::Forms::VisualStyles::VisualStyleElement ^ CreateElement(System::String ^ className, int part, int state);
public static System.Windows.Forms.VisualStyles.VisualStyleElement CreateElement (string className, int part, int state);
static member CreateElement : string * int * int -> System.Windows.Forms.VisualStyles.VisualStyleElement
Public Shared Function CreateElement (className As String, part As Integer, state As Integer) As VisualStyleElement
パラメーター
- className
- String
作成する visual スタイル要素のクラス名を表す文字列。
- part
- Int32
作成する visual スタイル要素の部品を表す値。
- state
- Int32
作成する visual スタイル要素の状態を表す値。
戻り値
ClassName、Part、および State の各パラメーターの値に初期化された className
、part
、および state
の各プロパティを持つ VisualStyleElement。