SplitterPanel(SplitContainer) Конструктор

Определение

Инициализирует новый экземпляр класса SplitterPanel с указанным объектом SplitContainer.

public:
 SplitterPanel(System::Windows::Forms::SplitContainer ^ owner);
public SplitterPanel (System.Windows.Forms.SplitContainer owner);
new System.Windows.Forms.SplitterPanel : System.Windows.Forms.SplitContainer -> System.Windows.Forms.SplitterPanel
Public Sub New (owner As SplitContainer)

Параметры

owner
SplitContainer

Объект SplitContainer, содержащий коллекцию SplitterPanel.

Применяется к