mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 21:13:23 -07:00
Changed EditorForm to use language binding... long live search & replace...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1834 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
00819deecd
commit
71f44023c2
11 changed files with 306 additions and 350 deletions
|
@ -22,6 +22,8 @@ using System;
|
|||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using GreenshotPlugin.Controls;
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace Greenshot.Controls {
|
||||
/// <summary>
|
||||
|
@ -45,7 +47,6 @@ namespace Greenshot.Controls {
|
|||
/// <remarks>
|
||||
/// Default value is false, which is the same behavior provided by the base ToolStrip class.
|
||||
/// </remarks>
|
||||
|
||||
public bool ClickThrough {
|
||||
get {
|
||||
return this.clickThrough;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue