IRibbonElementsCollection.Remove

Fore Syntax

Remove(Element: IBaseRibbonElement);

Fore.NET Syntax

Remove(Element: Prognoz.Platform.Interop.Forms.IBaseRibbonElement);

Parameters

Element. The control that should be removed from the collection.

Description

The Remove method removes the specified control element from the collection.

Comments

When any control element is removed, all other elements are shifted in the collection and visually.

See also:

IRibbonElementsCollection