MS AnyCPU DesignerLOcked bei ClickGrid
This commit is contained in:
parent
db0bb54790
commit
8df0e68ba9
@ -33,7 +33,7 @@
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
|
||||
@ -552,6 +552,9 @@ Public Class frmFormDesigner
|
||||
|
||||
Public Sub gridControl_MouseClick(sender As GridControl, e As MouseEventArgs)
|
||||
Try
|
||||
If Designer_Locked = True Then
|
||||
Exit Sub
|
||||
End If
|
||||
Dim oView As GridView = sender.DefaultView
|
||||
Dim oHitinfo As GridHitInfo = oView.CalcHitInfo(sender.PointToClient(Cursor.Position))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user