Skip to main content
A newer version of this page is available. .

RibbonMiniToolbar.AllowUseFormForTests(Boolean, Boolean) Method

For internal use.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public static bool AllowUseFormForTests(
    bool isFormCreated,
    bool createFormRequested
)

Parameters

Name Type
isFormCreated Boolean
createFormRequested Boolean

Returns

Type
Boolean
See Also