Interface ISearchWindow
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public interface ISearchWindow
Properties
Enabled
Declaration
bool Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
ChangeSearchString(string)
Declaration
void ChangeSearchString(string newvalue)
Parameters
| Type | Name | Description |
|---|---|---|
| string | newvalue |
Click(Point)
Declaration
bool Click(Point clientpoint)
Parameters
| Type | Name | Description |
|---|---|---|
| Point | clientpoint |
Returns
| Type | Description |
|---|---|
| bool |
CreateWindow()
Declaration
Control CreateWindow()
Returns
| Type | Description |
|---|---|
| Control |
Deactivate()
Declaration
void Deactivate()
KeyOperation(SearchWindowKeyOperation)
Declaration
void KeyOperation(SearchWindowKeyOperation key_operation)
Parameters
| Type | Name | Description |
|---|---|---|
| SearchWindowKeyOperation | key_operation |