ParentControlDesigner.CreateToolCore 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
중요
이 API는 CLS 규격이 아닙니다.
모든 CreateTool(ToolboxItem) 메서드의 핵심 기능을 제공합니다.
protected:
virtual cli::array <System::ComponentModel::IComponent ^> ^ CreateToolCore(System::Drawing::Design::ToolboxItem ^ tool, int x, int y, int width, int height, bool hasLocation, bool hasSize);
protected virtual System.ComponentModel.IComponent[] CreateToolCore (System.Drawing.Design.ToolboxItem tool, int x, int y, int width, int height, bool hasLocation, bool hasSize);
[System.CLSCompliant(false)]
protected virtual System.ComponentModel.IComponent[] CreateToolCore (System.Drawing.Design.ToolboxItem tool, int x, int y, int width, int height, bool hasLocation, bool hasSize);
abstract member CreateToolCore : System.Drawing.Design.ToolboxItem * int * int * int * int * bool * bool -> System.ComponentModel.IComponent[]
override this.CreateToolCore : System.Drawing.Design.ToolboxItem * int * int * int * int * bool * bool -> System.ComponentModel.IComponent[]
[<System.CLSCompliant(false)>]
abstract member CreateToolCore : System.Drawing.Design.ToolboxItem * int * int * int * int * bool * bool -> System.ComponentModel.IComponent[]
override this.CreateToolCore : System.Drawing.Design.ToolboxItem * int * int * int * int * bool * bool -> System.ComponentModel.IComponent[]
Protected Overridable Function CreateToolCore (tool As ToolboxItem, x As Integer, y As Integer, width As Integer, height As Integer, hasLocation As Boolean, hasSize As Boolean) As IComponent()
매개 변수
- tool
- ToolboxItem
구성 요소를 만들 ToolboxItem입니다.
- x
- Int32
크기가 지정된 경우 디자인 타임 보기 좌표에서 도구 왼쪽 가장자리의 가로 위치이고, 크기가 지정되지 않은 경우 도구 가운데의 가로 위치입니다.
- y
- Int32
크기가 지정된 경우 디자인 타임 보기 좌표에서 도구 위쪽 가장자리의 세로 위치이고, 크기가 지정되지 않은 경우 도구 가운데의 세로 위치입니다.
- width
- Int32
도구의 너비입니다. 이 매개 변수는 hasSize
매개 false
로 설정되어 있으면 무시됩니다.
- height
- Int32
도구의 높이입니다. 이 매개 변수는 hasSize
매개 false
로 설정되어 있으면 무시됩니다.
- hasLocation
- Boolean
구성 요소의 위치가 지정되어 있으면 true
이고 구성 요소가 현재 선택한 컨트롤의 중앙에 위치하게 되면 false
입니다.
- hasSize
- Boolean
구성 요소의 크기가 지정되어 있으면 true
이고 구성 요소의 기본 높이와 너비가 사용되면 false
입니다.
반환
도구에서 만든 구성 요소의 배열입니다.
- 특성
설명
재정의할 수 있는 유일한 CreateTool 메서드입니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET