Interface ISearchWindow
Contract for a drop-down search/lookup window attached to a grid editor; implementers create the window control and respond to search-string changes, navigation keys and clicks.
Assembly: Reportman.Drawing.Forms.dll
public interface ISearchWindow
Properties
View Source
Declaration
bool Enabled { get; set; }
Property Value
Methods
View Source
Declaration
void ChangeSearchString(string newvalue)
Parameters
| Type |
Name |
Description |
| string |
newvalue |
|
View Source
Declaration
bool Click(Point clientpoint)
Parameters
| Type |
Name |
Description |
| Point |
clientpoint |
|
Returns
View Source
Declaration
Returns
View Source
Declaration
View Source
Declaration
void KeyOperation(SearchWindowKeyOperation key_operation)
Parameters