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