Eto.Forms.TextArea.TextArea C# (CSharp) 메소드

TextArea() 정적인 개인적인 메소드

static private TextArea ( ) : Eto.Drawing
리턴 Eto.Drawing
		static TextArea()
		{
			EventLookup.Register<TextArea>(c => c.OnSelectionChanged(null), TextArea.SelectionChangedEvent);
			EventLookup.Register<TextArea>(c => c.OnCaretIndexChanged(null), TextArea.CaretIndexChangedEvent);
		}