BrightIdeasSoftware.ObjectListView.HasDecoration C# (CSharp) Метод

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

Is the given decoration shown on this list
public HasDecoration ( IDecoration decoration ) : bool
decoration IDecoration The overlay
Результат bool
        public virtual bool HasDecoration(IDecoration decoration)
        {
            return this.Decorations.Contains(decoration);
        }
ObjectListView