Back to Devexpress

RibbonControl.ForceInitialize() Method

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-c8070a83.md

latest1.2 KB
Original Source

RibbonControl.ForceInitialize() Method

Forces the Ribbon Control to finish its initialization.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void ForceInitialize()
vb
Public Overridable Sub ForceInitialize

Remarks

You must call the ForceInitialize method before changing Ribbon options when a form is being loaded (for instance, when changing the control’s settings in the Form.Load event handler). After the Ribbon Control has been initialized, you can safely manipulate its settings.

See Also

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace