WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IQuickItem

    Show / Hide Table of Contents

    Interface IQuickItem

    Interface for toolstrip items able to reflect ToolStripEx or ToolStripItem. Implemented for items that can be shown in quick panel only.

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public interface IQuickItem

    Properties

    ReflectedComponent

    Gets reflected component.

    Declaration
    Component ReflectedComponent { get; }
    Property Value
    Type Description
    System.ComponentModel.Component

    Methods

    Reflects(IComponent)

    Indicates whether item reflects given component.

    Declaration
    bool Reflects(IComponent c)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent c

    Component to check.

    Returns
    Type Description
    System.Boolean

    True if item reflects given component; otherwise false.

    Reset()

    Declaration
    void Reset()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved