Eto.Test.MainForm.RightPane C# (CSharp) Method

RightPane() private method

private RightPane ( ) : Control
return Eto.Forms.Control
		Control RightPane()
		{
			return new Splitter
			{
				Orientation = Orientation.Vertical,
				FixedPanel = SplitterFixedPanel.Panel2,
				Panel1 = contentContainer,
				Panel2 = EventLogSection()
			};
		}