Method GetItem
GetItem(Control, bool)
Finds the ISizerItem which holds the given control.
ISizerItem? GetItem(Control control, bool recursive)
Parameters
Returns
- ISizerItem
ISizerItem or
null
if there is no item with the specified control.
GetItem(ISizer, bool)
Finds the ISizerItem which holds the given subsizer.
ISizerItem? GetItem(ISizer sizer, bool recursive)
Parameters
Returns
- ISizerItem
ISizerItem or
null
if there is no item with the specified sizer.
GetItem(int)
Gets item with the specified index.
ISizerItem? GetItem(int index)
Parameters
index
intItem index.
Returns
- ISizerItem
ISizerItem or
null
if there is no item with the specified index.