alexa

    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
    System.Boolean
    Back to top Generated by DocFX