C# Class AutoCADNote.MyUserControl

Show file Open project: OneNoteDev/OneNote-For-AutoCAD Class Usage Examples

Public Methods

Method Description
MyUserControl ( ) : System
SetLoginUrl ( string loginUrl ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SetBrowserContent ( string editUrl ) : void
ShowLoadingLabel ( bool show ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

MyUserControl() public method

public MyUserControl ( ) : System
return System

SetLoginUrl() public method

public SetLoginUrl ( string loginUrl ) : void
loginUrl string
return void