Search Results for

    Show / Hide Table of Contents

    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.

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public interface ISearchWindow

    Properties

    View Source

    Enabled

    Declaration
    bool Enabled { get; set; }
    Property Value
    Type Description
    bool

    Methods

    View Source

    ChangeSearchString(string)

    Declaration
    void ChangeSearchString(string newvalue)
    Parameters
    Type Name Description
    string newvalue
    View Source

    Click(Point)

    Declaration
    bool Click(Point clientpoint)
    Parameters
    Type Name Description
    Point clientpoint
    Returns
    Type Description
    bool
    View Source

    CreateWindow()

    Declaration
    Control CreateWindow()
    Returns
    Type Description
    Control
    View Source

    Deactivate()

    Declaration
    void Deactivate()
    View Source

    KeyOperation(SearchWindowKeyOperation)

    Declaration
    void KeyOperation(SearchWindowKeyOperation key_operation)
    Parameters
    Type Name Description
    SearchWindowKeyOperation key_operation
    • View Source
    In this article
    Back to top Generated by DocFX