Difference between revisions of "Drag Method"

From Lianjapedia
Jump to: navigation, search
Line 18: Line 18:
 
==Example==
 
==Example==
 
<code lang="recital">
 
<code lang="recital">
//
 
// Lianja custom section for page "page1" section "section1"
 
//
 
 
</code>
 
</code>
  
 
[[Category:Methods]]
 
[[Category:Methods]]
 
[[Category:Common Methods]]
 
[[Category:Common Methods]]

Revision as of 10:08, 21 January 2013

Begins, ends or cancels a drag operation.

ob.drag([nAction])

Arguments

Argument Type Description
nAction N 0 = Cancel, 1 = Begin (default), 2 = End


Example