SetStyles() public method

Update each individual style based on the input control style.
public SetStyles ( InputControlStyle style ) : void
style InputControlStyle New input control style.
return void
 /// <summary>
 /// Update the combo box input control style.
 /// </summary>
 /// <param name="style">New input control style.</param>
 public void SetStyles(InputControlStyle style)
 {
     _comboBoxRedirect.SetStyles(style);
 }