C# Class AutocompleteMenuNS.TextBoxWrapper

Wrapper over the control like TextBox.
Inheritance: ITextBoxWrapper
Show file Open project: samarjeet27/ynoteclassic Class Usage Examples

Public Methods

Method Description
Create ( Control targetControl ) : TextBoxWrapper
FindForm ( ) : Form
GetPositionFromCharIndex ( int pos ) : Point

Protected Methods

Method Description
Init ( ) : void

Private Methods

Method Description
TextBoxWrapper ( Control targetControl ) : System
TextBoxWrapper_VScroll ( object sender, EventArgs e ) : void

Method Details

Create() public static method

public static Create ( Control targetControl ) : TextBoxWrapper
targetControl System.Windows.Forms.Control
return TextBoxWrapper

FindForm() public method

public FindForm ( ) : Form
return System.Windows.Forms.Form

GetPositionFromCharIndex() public method

public GetPositionFromCharIndex ( int pos ) : Point
pos int
return Point

Init() protected method

protected Init ( ) : void
return void