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