private void DrawAppearance(object sender, EventArgs e) { if (this.Custom) { ComboBoxBulkEditorAdapter.DrawComboBoxText(this.comboBox, Strings.PublicFolderPermissionRoleCustom); } }
private void DrawBulkEditorInitialState(string cueBanner) { if (!string.IsNullOrEmpty(cueBanner)) { ComboBoxBulkEditorAdapter.DrawComboBoxText(base.HostControl as ComboBox, cueBanner); } }