C# Class Microsoft.VisualStudio.R.Package.Options.R.Editor.REditorOptionsDialog

Inheritance: Microsoft.VisualStudio.Shell.DialogPage
Show file Open project: Microsoft/RTVS

Private Properties

Property Type Description

Public Methods

Method Description
REditorOptionsDialog ( ) : System
ResetSettings ( ) : void

Protected Methods

Method Description
OnApply ( PageApplyEventArgs e ) : void
OnClosed ( EventArgs e ) : void

Method Details

OnApply() protected method

protected OnApply ( PageApplyEventArgs e ) : void
e PageApplyEventArgs
return void

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void

REditorOptionsDialog() public method

public REditorOptionsDialog ( ) : System
return System

ResetSettings() public method

public ResetSettings ( ) : void
return void