IHTMLSelectElement::get_sizeIHTMLSelectElement::get_size*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLSelectElement::put_size
*Next Topic: IHTMLSelectElement::put_multiple

IHTMLSelectElement::get_size


HRESULT get_size(
    long *p 
);

Retrieves the number of rows in the list box.

p
Address of a variable that receives the number of rows.

See also put_size

Up Top of Page


IHTMLSelectElement::put_size


HRESULT put_size(
   long v 
);

Specifies the number of rows in the list box.

v
Value specifying the number of rows.

See also get_size


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.