.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2017 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc

.. currentmodule:: wx.lib.iewin

.. highlight:: python



.. _wx.lib.iewin.IEHtmlWindow:

==========================================================================================================================================
|phoenix_title|  **wx.lib.iewin.IEHtmlWindow**
==========================================================================================================================================





|

|class_hierarchy| Class Hierarchy
=================================

.. raw:: html

   <div id="toggleBlock" onclick="return toggleVisibility(this)" class="closed" style="cursor:pointer;">
   <img id="toggleBlock-trigger" src="_static/images/closed.png"/>
   Inheritance diagram for class <strong>IEHtmlWindow</strong>:
   </div>
   <div id="toggleBlock-summary" style="display:block;"></div>
   <div id="toggleBlock-content" style="display:none;">
   <p class="graphviz">
   <center><img src="_static/images/inheritance/wx.lib.iewin.IEHtmlWindow_inheritance.png" alt="Inheritance diagram of IEHtmlWindow" usemap="#dummy" class="inheritance"/></center>
   </div>
   <script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script>
   <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.Object.html" title="This is the root class of many of the wxWidgets classes." alt="" coords="5,5,88,35"/> <area shape="rect" id="node7" href="wx.EvtHandler.html" title="A class that can handle events from the windowing system." alt="" coords="49,83,161,112"/> <area shape="rect" id="node2" href="wx.Window.html" title="wx.Window  is the base class for all windows and represents any visible object on screen." alt="" coords="61,237,150,267"/> <area shape="rect" id="node3" href="wx.WindowBase.html" title="wx.WindowBase" alt="" coords="45,160,166,189"/> <area shape="rect" id="node4" href="wx.lib.iewin.IEHtmlWindow.html" title="wx.lib.iewin.IEHtmlWindow" alt="" coords="13,469,197,499"/> <area shape="rect" id="node5" href="wx.lib.activex.ActiveXCtrl.html" title="A wx.Window for hosting ActiveX controls.  The COM interface of" alt="" coords="16,392,195,421"/> <area shape="rect" id="node6" href="wx.Trackable.html" title="Add-on base class for a trackable object." alt="" coords="113,5,215,35"/> </map> 
   </p>

|


|super_classes| Known Superclasses
==================================

:class:`wx.lib.activex.ActiveXCtrl`

|


|method_summary| Methods Summary
================================

================================================================================ ================================================================================
:meth:`~wx.lib.iewin.IEHtmlWindow.__init__`                                      
:meth:`~wx.lib.iewin.IEHtmlWindow.CanGoBack`                                     
:meth:`~wx.lib.iewin.IEHtmlWindow.CanGoForward`                                  
:meth:`~wx.lib.iewin.IEHtmlWindow.CommandStateChange`                            
:meth:`~wx.lib.iewin.IEHtmlWindow.GetStringSelection`                            Returns the contents of the selected portion of the document as
:meth:`~wx.lib.iewin.IEHtmlWindow.GetText`                                       Returns the contents of the the html document as either html or plain text.
:meth:`~wx.lib.iewin.IEHtmlWindow.GoBack`                                        
:meth:`~wx.lib.iewin.IEHtmlWindow.GoForward`                                     
:meth:`~wx.lib.iewin.IEHtmlWindow.GoHome`                                        
:meth:`~wx.lib.iewin.IEHtmlWindow.GoSearch`                                      
:meth:`~wx.lib.iewin.IEHtmlWindow.LoadStream`                                    Load the html document from a Python file-like object.
:meth:`~wx.lib.iewin.IEHtmlWindow.LoadString`                                    Load the html document from a string
:meth:`~wx.lib.iewin.IEHtmlWindow.LoadUrl`                                       Load the document from url.
:meth:`~wx.lib.iewin.IEHtmlWindow.Navigate`                                      
:meth:`~wx.lib.iewin.IEHtmlWindow.Print`                                         
:meth:`~wx.lib.iewin.IEHtmlWindow.PrintPreview`                                  
:meth:`~wx.lib.iewin.IEHtmlWindow.Quit`                                          
:meth:`~wx.lib.iewin.IEHtmlWindow.RefreshPage`                                   
:meth:`~wx.lib.iewin.IEHtmlWindow.Stop`                                          
================================================================================ ================================================================================


|


|property_summary| Properties Summary
=====================================

================================================================================ ================================================================================
:attr:`~wx.lib.iewin.IEHtmlWindow.busy`                                          
:attr:`~wx.lib.iewin.IEHtmlWindow.document`                                      
:attr:`~wx.lib.iewin.IEHtmlWindow.locationname`                                  
:attr:`~wx.lib.iewin.IEHtmlWindow.locationurl`                                   
:attr:`~wx.lib.iewin.IEHtmlWindow.offline`                                       
:attr:`~wx.lib.iewin.IEHtmlWindow.readystate`                                    
:attr:`~wx.lib.iewin.IEHtmlWindow.registerasbrowser`                             
:attr:`~wx.lib.iewin.IEHtmlWindow.registerasdroptarget`                          
:attr:`~wx.lib.iewin.IEHtmlWindow.silent`                                        
:attr:`~wx.lib.iewin.IEHtmlWindow.type`                                          
================================================================================ ================================================================================


|


|api| Class API
===============


.. class:: IEHtmlWindow(wx.lib.activex.ActiveXCtrl)



   .. method:: __init__(self, parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=0, name='IEHtmlWindow')


   .. method:: CanGoBack(self)


   .. method:: CanGoForward(self)


   .. method:: CommandStateChange(self, this, command, enable)


   .. method:: GetStringSelection(self, asHTML=True)

      Returns the contents of the selected portion of the document as
      either html or plain text.


   .. method:: GetText(self, asHTML=True)

      Returns the contents of the the html document as either html or plain text.


   .. method:: GoBack(self)


   .. method:: GoForward(self)


   .. method:: GoHome(self)


   .. method:: GoSearch(self)


   .. method:: LoadStream(self, stream)

      Load the html document from a Python file-like object.


   .. method:: LoadString(self, html)

      Load the html document from a string


   .. method:: LoadUrl(self, URL, Flags=0)

      Load the document from url.


   .. method:: Navigate(self, URL, Flags=0, TargetFrameName=None, PostData=None, Headers=None)


   .. method:: Print(self, showDialog=False)


   .. method:: PrintPreview(self)


   .. method:: Quit(self)


   .. method:: RefreshPage(self, Level=REFRESH_NORMAL)


   .. method:: Stop(self)


