Table of Contents

Method HasToolsWithImages

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

HasToolsWithImages()

Determines whether any child item is a SpeedButton with an image.

public virtual bool HasToolsWithImages()

Returns

bool

true if at least one child item is a SpeedButton with an image; otherwise, false.

Remarks

This method iterates through the collection of child items and checks if any of them are of type SpeedButton and have an image.