Exemplo n.º 1
0
 /// <summary>
 /// Ensures the command cursor (if any) is shown.
 /// </summary>
 internal override void SetCommandCursor()
 {
     if (m_Cmd != null)
     {
         m_Cmd.SetCommandCursor();
     }
 }