ICSharpCode.TextEditor.Caret.Win32Caret.Create C# (CSharp) Method

Create() public method

public Create ( int width, int height ) : bool
width int
height int
return bool
			public override bool Create(int width, int height)
			{
				return CreateCaret(textArea.Handle, 0, width, height);
			}
			public override void Hide()