IHTMLInputTextElement::get_sizeIHTMLInputTextElement::get_size*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLInputTextElement::put_size
*Next Topic: IHTMLInputTextElement::put_maxLength

IHTMLInputTextElement::get_size


HRESULT get_size(
    long *p 
);

Retrieves the size of the control.

p
Address of a variable that receives the size, in characters.

See also put_size

Up Top of Page


IHTMLInputTextElement::put_size


HRESULT put_size(
    long v 
);

Sets the size of the control.

v
Value specifying the size, in characters.

See also get_size


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