OnEndNoDrag Method (ISwManipulatorHandler)
Obsolete. Superseded by ISwManipulatorHandler2::OnEndNoDrag.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub OnEndNoDrag( _
ByVal pManipulator As System.Object, _
ByVal handleIndex As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ISwManipulatorHandler
Dim pManipulator As System.Object
Dim handleIndex As System.Integer
instance.OnEndNoDrag(pManipulator, handleIndex) |
Parameters
- pManipulator
-
- handleIndex
-
See Also