User Tools

Site Tools


built_in:same_methods

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
built_in:same_methods [2015/01/07 09:37]
octazid
built_in:same_methods [2016/04/30 07:00] (current)
Line 1: Line 1:
 ====== Methods used by many controls ====== ====== Methods used by many controls ======
-The control.[[Destroy]]() method - How to use it\\ +Please note: some of these methods are only relevant to visible controls.\\ 
 +However, because of the way some controls (such as the audio recorder) are created they have methods like GetHeight. 
 + 
 +There is no point in using irrelevant methods but it should do no harm to do so. 
 + 
 +The control.[[Destroy]]() method - How to use it\\ 
 +The control.[[Focus]]() method - How to use it\\
 The control.[[GetAbsHeight]]() method - How to use it\\  The control.[[GetAbsHeight]]() method - How to use it\\
 The control.[[GetAbsWidth]]() method - How to use it\\  The control.[[GetAbsWidth]]() method - How to use it\\
Line 11: Line 17:
 The control.[[GetWidth]]() method - How to use it\\  The control.[[GetWidth]]() method - How to use it\\
 The control.[[Release]]() method - How to use it\\  The control.[[Release]]() method - How to use it\\ 
 +The control.[[SetMargins]](left, top, right, bottom) method - How to use it\\
 +The control.[[SetPosition]](left, top, width, height) method - How to use it\\
 +The control.[[Hide]]() method - How to use it\\
 +The control.[[Show]]() method - How to use it\\
 +The control.[[Gone]]() method - How to use it\\
 +The control.[[Isvisible]]() method - How to use it\\
 ---- ----
 +
  
 ===Note for contributors=== ===Note for contributors===
-If you wish to create a new page in the **Sample Code** namespace, please create a link to the new page above, save this page and click on the link you just created.+If you wish to create a new page in this namespace, please create a link to the new page above, save this page and click on the link you just created.
built_in/same_methods.1420623465.txt.gz · Last modified: 2015/01/07 17:37 (external edit)