menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IIgnoreWorkingArea - API Reference

    Show / Hide Table of Contents

    Interface IIgnoreWorkingArea

    Provides information, whether popup is ignoring working area of the display before showing. This interface should be implemented by classes, that contain ot use popups.

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

    Properties

    IgnoreWorkingArea

    Indicates whether derived class ignores working area of the display before showing popup windows.

    Declaration
    bool IgnoreWorkingArea { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved