menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IQueryFocusInside - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IQueryFocusInside

    Provides support for QueryFocusInside() method.

    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public interface IQueryFocusInside

    Methods

    QueryFocusInside()

    Indicates whether this control contains focus. Override this method if you want to show drop-down windows and indicate the control has not lost focus when the drop-down is shown.

    Declaration
    bool QueryFocusInside()
    Returns
    Type Description
    System.Boolean

    True if the control or any child control has focus; false otherwise.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved