Quantcast
Channel: ScintillaNET Forum Rss Feed
Viewing all articles
Browse latest Browse all 296

New Post: How make CallTips

$
0
0
The code below will enable "dwelling" and show the current mouse position as a calltip when the mouse is held in place for 0.5 seconds:
scintilla.NativeInterface.SetMouseDwellTime(500);
private void scintillaScriptEditor_DwellStart(object sender, ScintillaMouseEventArgs e)
{
    var pos = e.Position;
    scintilla.CallTip.Show("This is position: " + pos, pos);
}
Thanks,
Jacob

Viewing all articles
Browse latest Browse all 296

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>