WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IContextChoiceItem - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IContextChoiceItem

    Provides the functionality for context choice item contained in ContextChoice window.

    Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface IContextChoiceItem

    Properties

    BackColor

    Gets or sets back color of the context choice item.

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

    ForeColor

    Gets or sets fore color of the context choice item.

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

    ID

    Gets the ID of the context choice item.

    Declaration
    int ID { get; }
    Property Value
    Type Description
    System.Int32

    Image

    Gets or sets the named image, assigned to the context choice item.

    Declaration
    INamedImage Image { get; set; }
    Property Value
    Type Description
    INamedImage

    Text

    Gets the text of the context choice item.

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

    ToolTip

    Gets the tooltip, assigned to the context choice item.

    Declaration
    string ToolTip { get; }
    Property Value
    Type Description
    System.String

    Type

    Gets or sets the type of context choice item.

    Declaration
    ContextChoiceItemType Type { get; set; }
    Property Value
    Type Description
    ContextChoiceItemType

    Visible

    Gets or sets a value indicating whether context choice item is visible or not.

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