Manina.Windows.Forms.ImageListViewLayoutManager.IsItemVisible C# (CSharp) Метод

IsItemVisible() публичный Метод

Determines whether the item with the given guid is (partially) visible.
public IsItemVisible ( System.Guid guid ) : bool
guid System.Guid The guid of the item to check.
Результат bool
        public bool IsItemVisible(Guid guid)
        {
            return cachedVisibleItems.ContainsKey(guid);
        }