Skip to main content
Bar

TabFormControlBase.ShouldCloseMenuOnClick(MouseInfoArgs, Control) Method

This method is internal and should not be used in code.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override bool ShouldCloseMenuOnClick(
    MouseInfoArgs e,
    Control child
)

Parameters

Name Type Description
e DevExpress.XtraBars.Controls.MouseInfoArgs

 

child Control

 

Returns

Type Description
Boolean

 

See Also