ITestTextBox.cs


 using System; 
namespace Notepad {
interface ITestTextBox {
string[] Lines {get; set;}
int SelectionStart { get; set;}
void ScrollToCaret();
}
}



Extreme Programming Adventures in C#
Javaв„ў EE 5 Tutorial, The (3rd Edition)
ISBN: 735619492
EAN: 2147483647
Year: 2006
Pages: 291

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net