| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

ImageButtonController

Page history last edited by PBworks 18 years ago


 

ImageButtonController

(extends Object)


Object Summary

 

Controller object for the ImageButtons.

 

The object is not used directly, it is an intermediate helper object that the s@rdalya API itself utilizes.


Constructor

This object has no constructor, it is statically accessed.


Methods

 

ImageButtonController.add(strID,objButton)

 

parameters

strID - The index.

objButton - The ImageButton instance.

 

comments

Associates the ImageButton with strID.


ImageButtonController.get(strID)

 

parameters

strID - The index.

 

returns

The associated ImageButton instance.

 

comments

Gets the proper ImageButton instance.


See Also

 

None given.


Usage Examples

 

None given. Edit this page and be the first one to add a usage example.

Comments (0)

You don't have permission to comment on this page.