An NDoc Documented Class Library

Window.ActionListener Property

[Visual Basic]
Overrides Public Property ReadOnly ActionListener As ActionListener _
    Implements IUIItem.ActionListener
[C#]
public override ActionListener ActionListener { get; }
[C++]
public: __property ActionListener* get_ActionListener();
[JScript]
public override function get ActionListener() : ActionListener

Implements

IUIItem.ActionListener

See Also

Window Class | White.Core.UIItems.WindowItems Namespace