System.Windows.Forms.ComboBox.SetControlText C# (CSharp) 메소드

SetControlText() 개인적인 메소드

private SetControlText ( string s, bool suppressTextChanged ) : void
s string
suppressTextChanged bool
리턴 void
		internal void SetControlText (string s, bool suppressTextChanged)
		{
			SetControlText (s, suppressTextChanged, false);
		}

Same methods

ComboBox::SetControlText ( string s, bool suppressTextChanged, bool supressAutoScroll ) : void