다음을 통해 공유


SplitContainer.Panel1 속성

정의

에 따라 왼쪽 또는 위쪽 패널을 SplitContainerOrientation가져옵니다.

public:
 property System::Windows::Forms::SplitterPanel ^ Panel1 { System::Windows::Forms::SplitterPanel ^ get(); };
public System.Windows.Forms.SplitterPanel Panel1 { get; }
member this.Panel1 : System.Windows.Forms.SplitterPanel
Public ReadOnly Property Panel1 As SplitterPanel

속성 값

VerticalOrientation .의 왼쪽 패널입니다SplitContainer. Horizontal이면 Orientation .SplitContainer

설명

Panel1 이 속성을 사용하여 가로의 세 SplitContainer 로 또는 위쪽 패널의 왼쪽 패널을 구성합니다SplitContainer. 예를 들어 속성 값을 변경하여 패널의 최소 크기를 지정하거나, 컨테이너 크기 Panel1MinSize 가 조정될 때 패널의 크기가 동일하게 유지되도록 속성을 Panel1 설정 FixedPanel 하거나, 패널 BackgroundImageBackgroundImageLayout 속성을 얻거나 설정할 수 있습니다.

에서 SplitContainer제거할 Panel1 수 없습니다.

메모

Panel2 포커스를 받을 수 있는 컨트롤이 없거나 컨트롤이 없는 경우 Panel1 포커스는 클릭할 때 분할자에서 유지됩니다. 포커스를 0으로 Panel1 변경하거나 Panel2속성을 1로 TabIndexPanel1 설정합니다 TabIndexPanel2.

Panel2 포커스를 받을 수 있는 컨트롤이 없거나 컨트롤이 없는 경우 Panel1 포커스는 클릭할 때 분할자에서 유지됩니다. 포커스를 0으로 Panel1 변경하거나 Panel2속성을 1로 TabIndexPanel1 설정합니다 TabIndexPanel2.

적용 대상

추가 정보