IHTMLSelectElement::get_lengthIHTMLSelectElement::get_length*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLSelectElement::put_length
*Next Topic: IHTMLSelectElement::get__newEnum

IHTMLSelectElement::get_length


HRESULT get_length(
    long *p 
);

Retrieves the number of elements in the SELECT block.

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

See also put_length

Up Top of Page


IHTMLSelectElement::put_length


HRESULT put_length(
    long v 
);

Sets the number of elements in the SELECT block.

v
Value specifying the number of elements.

See also get_length


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