C# Class Oglr.Core.Controls.DefaultCategoryTabPage

Inheritance: System.Windows.Forms.TabPage, ICategoryTabPage
Exibir arquivo Open project: SteveDunn/oglr Class Usage Examples

Public Methods

Method Description
AddPlugin ( IEditorPlugin editorPlugin ) : void
DefaultCategoryTabPage ( ) : System

Private Methods

Method Description
listViewDragDrop ( object sender, DragEventArgs e ) : void
listViewDragEnter ( object sender, DragEventArgs e ) : void
listViewDragLeave ( object sender, EventArgs e ) : void
listViewDragOver ( object sender, DragEventArgs e ) : void
listViewItemDrag ( object sender, ItemDragEventArgs e ) : void
listViewMouseDoubleClick ( object sender, MouseEventArgs e ) : void

Method Details

AddPlugin() public method

public AddPlugin ( IEditorPlugin editorPlugin ) : void
editorPlugin IEditorPlugin
return void

DefaultCategoryTabPage() public method

public DefaultCategoryTabPage ( ) : System
return System