/// <summary> /// Shows the specified choices. /// </summary> /// <param name="choices">The choices.</param> /// <remarks>Documented by Dev03, 2008-02-26</remarks> public void Show(MLifter.BusinessLayer.MultipleChoice choices) { flowLayoutPanelMultipleChoice.Font = this.Font; m_Choices = choices; flowLayoutPanelMultipleChoice.SuspendLayout(); PrepareList(); ResizeButtons(); flowLayoutPanelMultipleChoice.ResumeLayout(); }