A.ListBox1.Items.Add ("How are You") B.ListBox1.Items.Insert ("How are You") C.ListBox1.Items.Add (2, "How are You") D.ListBox1.Items.Insert (2, "How are You")
A.PasswordChar屬性和MaxLength屬性,并且 MultiLine屬性值只能為False。 B.PasswordChar屬性和MaxLength屬性,并且Lines屬性值只能為False。 C.只修改PasswordChar屬性值就可以了,其它屬性可以不修改。 D.PasswordChar屬性和MaxLength屬性, MultiLine屬性值可以為True。
A.Normal B.AutoSize C.StretchImage D.CenterImage