BrightIdeasSoftware.ObjectListView.SetSubItemImages C# (CSharp) 메소드

SetSubItemImages() 보호된 메소드

Tell the underlying list control which images to show against the subitems
protected SetSubItemImages ( int rowIndex, OLVListItem item ) : void
rowIndex int the index at which the item occurs
item OLVListItem the item whose subitems are to be set
리턴 void
        protected virtual void SetSubItemImages(int rowIndex, OLVListItem item)
        {
            this.SetSubItemImages(rowIndex, item, false);
        }

Same methods

ObjectListView::SetSubItemImages ( int rowIndex, OLVListItem item, bool shouldClearImages ) : void
ObjectListView