WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolStripGalleryItem

    Show / Hide Table of Contents

    Class ToolStripGalleryItem

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

    Constructors

    ToolStripGalleryItem()

    Declaration
    public ToolStripGalleryItem()

    Properties

    Enabled

    Enable Gallery Item

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Image

    Declaration
    public Image Image { get; set; }
    Property Value
    Type Description
    System.Drawing.Image

    ImageIndex

    Declaration
    public int ImageIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    ImageTransparentColor

    Declaration
    public Color ImageTransparentColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Tag

    Declaration
    public object Tag { get; set; }
    Property Value
    Type Description
    System.Object

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    ToolTipText

    Gets or sets tooltip text

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