C# Class Oglr.Core.Controls.DefaultCategoryTabPage

Inheritance: System.Windows.Forms.TabPage, ICategoryTabPage
Afficher le fichier Open project: SteveDunn/oglr Class Usage Examples

Méthodes publiques

Méthode Description
AddPlugin ( IEditorPlugin editorPlugin ) : void
DefaultCategoryTabPage ( ) : System

Private Methods

Méthode 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 méthode

public AddPlugin ( IEditorPlugin editorPlugin ) : void
editorPlugin IEditorPlugin
Résultat void

DefaultCategoryTabPage() public méthode

public DefaultCategoryTabPage ( ) : System
Résultat System