OwnerDrawPropertyBag.Copy(OwnerDrawPropertyBag) 메서드

정의

OwnerDrawPropertyBag을 복사합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 static System::Windows::Forms::OwnerDrawPropertyBag ^ Copy(System::Windows::Forms::OwnerDrawPropertyBag ^ value);
public static System.Windows.Forms.OwnerDrawPropertyBag Copy (System.Windows.Forms.OwnerDrawPropertyBag value);
public static System.Windows.Forms.OwnerDrawPropertyBag Copy (System.Windows.Forms.OwnerDrawPropertyBag? value);
static member Copy : System.Windows.Forms.OwnerDrawPropertyBag -> System.Windows.Forms.OwnerDrawPropertyBag
Public Shared Function Copy (value As OwnerDrawPropertyBag) As OwnerDrawPropertyBag

매개 변수

value
OwnerDrawPropertyBag

복사할 OwnerDrawPropertyBag입니다.

반환

OwnerDrawPropertyBag

OwnerDrawPropertyBag 컨트롤의 새 사본입니다.

적용 대상