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 |
---|
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()