IRibbonToolTip Interface

Definition

Namespace: PCB_Investigator.PCBIControls.Ribbon
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public interface IRibbonToolTip

Properties

ToolTip Gets or Sets the ToolTip Text
ToolTipIcon Gets or Sets the stock ToolTip Icon
ToolTipImage Gets or Sets the ToolTip Image
ToolTipTitle Gets or Sets the ToolTip Title

Events

ToolTipPopUp Occurs before a ToolTip is initially displayed.

Remarks

Use this event to change the ToolTip or Cancel it at all.

See Also