UserControlZoneEditorT, TT, TTTClickThrough Property

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

Definition

Namespace: PCBI_API_Extensions.Zones
Assembly: PCBI.API_Library (in PCBI.API_Library.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