Table of Contents

Method GetItemById

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

GetItemById(int, bool)

Finds the ISizerItem with the specified id.

ISizerItem? GetItemById(int id, bool recursive = false)

Parameters

id int

Item identifier.

recursive bool

true to search in subsizers too.

Returns

ISizerItem

ISizerItem or null if there is no item with the specified id.