property Items.IsItemLocked (Item as HITEM)
as Boolean
Returns a value that indicates whether the item is locked or unlocked.
Type
Description
Item as HITEM
A long expression that indicates the handle of the item.
Boolean
A boolean expression that indicates whether the item is locked or unlocked.
Use the IsItemLocked property to check whether an item is
locked or unlocked. A locked item is always displayed on the top or bottom
side of the control no matter if the control's list is scrolled up or down.
Use the LockedItemCount property to
add or remove items fixed/locked to the top or bottom side of the control. Use
the LockedItem property to access a locked
item by its position. Use the ShowLockedItems
property to show or hide the locked items.