menu

WinForms

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

    Show / Hide Table of Contents

    Class QATImageProvider

    A class which contains the extended property for ToolstripItems.

    Inheritance
    System.Object
    QATImageProvider
    Implements
    System.ComponentModel.IExtenderProvider
    System.IDisposable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class QATImageProvider : IExtenderProvider, IDisposable

    Constructors

    QATImageProvider(RibbonControlAdv)

    Creates a instance for the class QATImageProvider

    Declaration
    public QATImageProvider(RibbonControlAdv ribbon)
    Parameters
    Type Name Description
    RibbonControlAdv ribbon

    Methods

    CanExtend(Object)

    Specifies whether this object can provide its extender properties to the specified object.

    Declaration
    public bool CanExtend(object extendee)
    Parameters
    Type Name Description
    System.Object extendee

    The System.Object to receive the extender properties.

    Returns
    Type Description
    System.Boolean

    true if this object can provide extender properties to the specified object

    Dispose()

    Calls the Dispose method to dispose the object.

    Declaration
    public void Dispose()

    GetQATImage(Object)

    Gets the QAT image of the object.

    Declaration
    public Image GetQATImage(object control)
    Parameters
    Type Name Description
    System.Object control

    ToolstripItem.

    Returns
    Type Description
    System.Drawing.Image

    QAT Image of the control

    SetQATImage(Object, Image)

    Sets the QAT image of the object.

    Declaration
    public void SetQATImage(object ctl, Image image)
    Parameters
    Type Name Description
    System.Object ctl

    ToolstripItem

    System.Drawing.Image image

    QAT Image of the control

    Implements

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