Back to Devexpress

ToolboxControl.Refresh() Method

windowsforms-devexpress-dot-xtratoolbox-dot-toolboxcontrol-ff2efd8a.md

latest1.2 KB
Original Source

ToolboxControl.Refresh() Method

Forces the control to invalidate its client area and immediately redraw itself and any child controls.

Namespace : DevExpress.XtraToolbox

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override void Refresh()
vb
Public Overrides Sub Refresh

Remarks

The Refresh method recalculates the control’s view information and then invalidates and redraws the control’s client area.

See Also

BeginUpdate()

EndUpdate()

ToolboxControl Class

ToolboxControl Members

DevExpress.XtraToolbox Namespace