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 |
---|
System.Drawing.Color |
ForeColor
Gets or sets fore color of the context choice item.
Declaration
Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ID
Gets the ID of the context choice item.
Declaration
int ID { get; }
Property Value
Type |
---|
System.Int32 |
Image
Gets or sets the named image, assigned to the context choice item.
Declaration
INamedImage Image { get; set; }
Property Value
Type |
---|
INamedImage |
Text
Gets the text of the context choice item.
Declaration
string Text { get; }
Property Value
Type |
---|
System.String |
ToolTip
Gets the tooltip, assigned to the context choice item.
Declaration
string ToolTip { get; }
Property Value
Type |
---|
System.String |
Type
Gets or sets the type of context choice item.
Declaration
ContextChoiceItemType Type { get; set; }
Property Value
Type |
---|
ContextChoiceItemType |
Visible
Gets or sets a value indicating whether context choice item is visible or not.
Declaration
bool Visible { get; set; }
Property Value
Type |
---|
System.Boolean |