FormControlClickThrough Property

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

Definition

Namespace: PCBI_ComponentEditor
Assembly: PCBI_Component_Editor (in PCBI_Component_Editor.dll) Version: 17.0.0.0 (17.0.0.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