InRibbonGallery.Invalidate(Rectangle) Method
Invaldates the specified region of the current InRibbonGallery object.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public override void Invalidate(
Rectangle rect
)
Public Overrides Sub Invalidate(
rect As Rectangle
)
Parameters
Name | Type | Description |
---|---|---|
rect | Rectangle | A Rectangle structure which represents the region to invalidate. |
See Also
Feedback