IHTMLSelectionObject::get_typeIHTMLSelectionObject::get_type*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLSelectionObject::clear
*Next Topic: IHTMLSpanElement

IHTMLSelectionObject::get_type


HRESULT get_type(
    BSTR *p 
);

Retrieves the type of selection.

p
Address of a variable that receives the type. Can be one of these values:
None The selection is an insertion point (no text is selected).
Text The selection is a text selection.


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