EbsOpen Class Library for EBSILON®Professional

Button.PushEx Method 

[Visual Basic]
Public Function PushEx( _ 
   ByRef Succeeded As Boolean, _ 
   ByRef Notification As String _ 
) As Boolean
[C#]
public bool PushEx(
   out bool Succeeded,
   out string Notification
);
[C++]
public: bool PushEx(
   * bool Succeeded,
   * String* Notification
);
[JScript]
public function PushEx(
   bool Succeeded,
   String Notification
): bool;

See Also

Button Class | EbsOpen Namespace