RibbonMiniToolbar.AllowUseFormForTests(Boolean, Boolean) Method
For internal use.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public static bool AllowUseFormForTests(
bool isFormCreated,
bool createFormRequested
)
Public Shared Function AllowUseFormForTests(
isFormCreated As Boolean,
createFormRequested As Boolean
) As Boolean
Parameters
Name | Type |
---|---|
isFormCreated | Boolean |
createFormRequested | Boolean |
Returns
Type |
---|
Boolean |
See Also
Feedback