say i got this property
public virtual bool AllowIncrementa lSearch {get; set; };
How will i get it to set to true once pressed ctrl + F or pressed "find" in the view menu?
public virtual bool AllowIncrementa lSearch {get; set; };
How will i get it to set to true once pressed ctrl + F or pressed "find" in the view menu?
Comment