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