FormControlClickThrough Property
Gets or sets whether the ToolStripEx honors item clicks when its containing form does
not have input focus.
Namespace: PCBI_ComponentEditorAssembly: PCBI_Component_Editor (in PCBI_Component_Editor.dll) Version: 17.0.0.0 (17.0.0.0)
public bool ClickThrough { get; set; }
Public Property ClickThrough As Boolean
Get
Set
public:
property bool ClickThrough {
bool get ();
void set (bool value);
}
member ClickThrough : bool with get, set
Property Value
Boolean
Default value is true, which is different to the behavior provided by the base ToolStrip class.