FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / SkipMouseProcessing Property


In This Topic
SkipMouseProcessing Property (ElementContainerControl)
In This Topic
Sets the mouse processing flag of the control.
Syntax
'Declaration
 
Public Overridable WriteOnly Property SkipMouseProcessing As Boolean
 
'Usage
 
Dim instance As ElementContainerControl
 
instance.SkipMouseProcessing = value
See Also