C# Class EditorMiniMap.MiniMapPanel

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: JoeRobich/fd-editorminimap Class Usage Examples

Private Properties

Свойство Type Description
Document_SplitViewVisible void
HookEvents void
InitializeControl void
Settings_OnSettingsChanged void
UnhookEvents void

Méthodes publiques

Méthode Description
MiniMapPanel ( ITabbedDocument document, ScintillaNet.ScintillaControl sci, Settings settings ) : System
RefreshSettings ( ) : void

Méthodes protégées

Méthode Description
OnDragOver ( DragEventArgs e ) : void
OnMouseClick ( MouseEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseHover ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void

Private Methods

Méthode Description
Document_SplitViewVisible ( object sender, EventArgs args ) : void
HookEvents ( ) : void
InitializeControl ( ) : void
Settings_OnSettingsChanged ( ) : void
UnhookEvents ( ) : void

Method Details

MiniMapPanel() public méthode

public MiniMapPanel ( ITabbedDocument document, ScintillaNet.ScintillaControl sci, Settings settings ) : System
document ITabbedDocument
sci ScintillaNet.ScintillaControl
settings Settings
Résultat System

OnDragOver() protected méthode

protected OnDragOver ( DragEventArgs e ) : void
e System.Windows.Forms.DragEventArgs
Résultat void

OnMouseClick() protected méthode

protected OnMouseClick ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseHover() protected méthode

protected OnMouseHover ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseWheel() protected méthode

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

RefreshSettings() public méthode

public RefreshSettings ( ) : void
Résultat void