AdamsLair.WinForms.PropertyEditing.Templates.BitmaskEditorTemplate.OnMouseDown(System.Windows.Forms.MouseEventArgs)

Here are the examples of the csharp api class AdamsLair.WinForms.PropertyEditing.Templates.BitmaskEditorTemplate.OnMouseDown(System.Windows.Forms.MouseEventArgs) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Example 7

1. Example

Project: winforms
Source File: BitmaskPropertyEditor.cs
protected internal override void OnMouseDown(MouseEventArgs e)
		{
			base.OnMouseDown(e);
			this.bitmaskSelector.OnMouseDown(e);
		}