См. определение в файле SlotsContainer.c строка 193
194 {
195 if (m_ForcedShow)
196 return true;
197 for (int i = 0; i < m_ColumnCount; i++)
198 {
200 {
201 return true;
202 }
203 }
204 return false;
205 }
SlotsIcon GetSlotIcon(int index)
Перекрестные ссылки GetSlotIcon() и IsVisible().