VisualStyleElement.CreateElement(String, Int32, Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정한 클래스, 파트 및 상태 값을 사용하여 새 비주얼 스타일 요소를 만듭니다.
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
만들 비주얼 스타일 요소의 클래스 이름을 나타내는 문자열입니다.
- part
- Int32
만들 비주얼 스타일 요소의 파트를 나타내는 값입니다.
- state
- Int32
만들 비주얼 스타일 요소의 상태를 나타내는 값입니다.
반환
ClassName, Part 및 State 속성이 className
, part
및 state
매개 변수로 초기화된 VisualStyleElement입니다.