C# Class Microsoft.WindowsAPICodePack.Controls.ExplorerBrowserNavigationLog

The navigation log is a history of the locations visited by the explorer browser.
Show file Open project: godly-devotion/Baka-MPlayer-old

Public Methods

Method Description
ClearLog ( ) : void

Clears the contents of the navigation log.

Private Methods

Method Description
ExplorerBrowserNavigationLog ( Microsoft.WindowsAPICodePack.Controls.WindowsForms.ExplorerBrowser parent ) : System
NavigateLog ( NavigationLogDirection direction ) : bool
NavigateLog ( int index ) : bool
OnNavigationComplete ( object sender, Microsoft.WindowsAPICodePack.Controls.NavigationCompleteEventArgs args ) : void
OnNavigationFailed ( object sender, Microsoft.WindowsAPICodePack.Controls.NavigationFailedEventArgs args ) : void

Method Details

ClearLog() public method

Clears the contents of the navigation log.
public ClearLog ( ) : void
return void