public virtual bool OnDoubleClick(Mobile m, object o) { if (m_Parent != null) { return(m_Parent.OnDoubleClick(m, o)); } return(true); }