Property | Type | Description | |
---|---|---|---|
Document_SplitViewVisible | void | ||
HookEvents | void | ||
InitializeControl | void | ||
Settings_OnSettingsChanged | void | ||
UnhookEvents | void |
Method | Description | |
---|---|---|
MiniMapPanel ( ITabbedDocument document, ScintillaNet.ScintillaControl sci, Settings settings ) : System | ||
RefreshSettings ( ) : void |
Method | Description | |
---|---|---|
OnDragOver ( |
||
OnMouseClick ( MouseEventArgs e ) : void | ||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseHover ( |
||
OnMouseLeave ( |
||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnMouseWheel ( MouseEventArgs e ) : void |
Method | Description | |
---|---|---|
Document_SplitViewVisible ( object sender, |
||
HookEvents ( ) : void | ||
InitializeControl ( ) : void | ||
Settings_OnSettingsChanged ( ) : void | ||
UnhookEvents ( ) : void |
public MiniMapPanel ( ITabbedDocument document, ScintillaNet.ScintillaControl sci, Settings settings ) : System | ||
document | ITabbedDocument | |
sci | ScintillaNet.ScintillaControl | |
settings | Settings | |
return | System |
protected OnDragOver ( |
||
e | ||
return | void |
protected OnMouseClick ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseHover ( |
||
e | ||
return | void |
protected OnMouseLeave ( |
||
e | ||
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseWheel ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |