C# Class Microsoft.VisualStudio.R.Package.Help.HelpVisualComponent

Inheritance: IHelpVisualComponent
显示文件 Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
HelpVisualComponent ( ) : System
Navigate ( string url ) : void

Private Methods

Method Description
AttachCodeStyles ( ) : void

Attaches code colorization styles to vignettes.

AttachStandardStyles ( ) : void

Attaches theme-specific styles to the help page.

CloseBrowser ( ) : void
ConnectBrowser ( ) : bool
CreateBrowser ( ) : void
DisconnectBrowser ( ) : void
DisconnectFromSessionEvents ( ) : void
DisconnectWindowEvents ( ) : void
GetCommands ( ) : IEnumerable
GetCssText ( ) : string

Fetches theme-specific stylesheet from disk

IsHelpUrl ( string url ) : bool
NavigateTo ( string url ) : void
OnBrokerStateChanged ( object sender, BrokerStateChangedEventArgs e ) : void
OnColorThemeChanged ( ThemeChangedEventArgs e ) : void
OnNavigated ( object sender, System.Windows.Forms.WebBrowserNavigatedEventArgs e ) : void
OnNavigating ( object sender, System.Windows.Forms.WebBrowserNavigatingEventArgs e ) : void
OnRSessionDisconnected ( object sender, EventArgs e ) : void
OnWindowUnload ( object sender, System.Windows.Forms.HtmlElementEventArgs e ) : void
RemoveExistingStyles ( ) : void

Removes existing styles from the help page or vignette.

SetThemeColors ( ) : void
SetThemeColorsWhenReady ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

HelpVisualComponent() public method

public HelpVisualComponent ( ) : System
return System

Navigate() public method

public Navigate ( string url ) : void
url string
return void