Difference between revisions of "Drag Method"

From Lianjapedia
Jump to: navigation, search
(Created page with '{{Common Method}} Category:Methods Category:Common Methods')
 
Line 1: Line 1:
{{Common Method}}
+
__NOTOC__
 +
Begins, ends or cancels a drag operation.
 +
 
 +
<pre>
 +
ob.drag([nAction])
 +
</pre>
 +
 
 +
==Arguments==
 +
 
 +
{|class="wikitable" width=100%
 +
!width=20%|Argument||Type||width=70%|Description
 +
|-
 +
|nAction||N||0 = Cancel, 1 = Begin (default), 2 = End
 +
|-
 +
|}
 +
 
 +
 
 +
==Example==
 +
<code lang="recital">
 +
//
 +
// Lianja custom section for page "page1" section "section1"
 +
//
 +
</code>
  
 
[[Category:Methods]]
 
[[Category:Methods]]
 
[[Category:Common Methods]]
 
[[Category:Common Methods]]

Revision as of 08:30, 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

//
// Lianja custom section for page "page1" section "section1"
//