示例#1
0
 public void SetGestureIcon(ImageList imgList)
 {
     if (IsGroup)
     {
         SetIcon(base.m_id, m_action.GetIcon(imgList.ImageSize.Width), imgList);
     }
     else
     {
         SetIcon(m_activator.ID, m_activator.GetIcon(imgList.ImageSize), imgList);
     }
 }