PlugInFormClickThrough Property

Gets or sets whether the ToolStripEx honors item clicks when its containing form does not have input focus.

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool ClickThrough { get; set; }

Property Value

Boolean

Remarks

Default value is true, which is different to the behavior provided by the base ToolStrip class.

See Also