Minimum Origin Version Required: Origin 2017 SR0
Returns the current navigation state
ODHTMLNavigateState GetNavigateState( )
One of the following value:
enum ODHTMLNavigateState { ODHTMLStateInvalid = -1, ODHTMLStateBeforeNavigate, ODHTMLStateNavigateComplete, ODHTMLStateDocumentComplete, };
// m_dhtml is a member of your dialog class of DhtmlControl type BOOL IsHTMLDocumentCompleted() { return m_dhtml.GetNavigateState() == ODHTMLStateDocumentComplete; }
Control.h