BBjPopupMenu::getUserData
Description
In BBj 3.01 and higher, this method retrieves user data associated with the BBjPopupMenu using the method setUserData(). If setUserData() was not previously called on the BBjPopupMenu, then getUserData returns null.
Syntax
Return Value |
Method |
---|---|
Object |
getUserData() |
Parameters
None.
Return Value
Returns the object that was set with setUserData(), or null if setUserData() was not called.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.