Intersoft ClientUI Documentation
RequireUpdateCanExecute Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXFlow Namespace > UXFlowItem Class : RequireUpdateCanExecute Property






Determines whether the command associated to this button require to be updated in the next call.

Syntax

Visual Basic (Declaration) 
Protected Property RequireUpdateCanExecute As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXFlowItem
Dim value As Boolean
 
instance.RequireUpdateCanExecute = value
 
value = instance.RequireUpdateCanExecute
C# 
protected bool RequireUpdateCanExecute {get; set;}
Delphi 
protected read-write property RequireUpdateCanExecute: Boolean; 
JScript 
protected function get,set RequireUpdateCanExecute : boolean
Managed Extensions for C++ 
protected: __property bool get_RequireUpdateCanExecute();
protected: __property void set_RequireUpdateCanExecute( 
   bool value
);
C++/CLI 
protected:
property bool RequireUpdateCanExecute {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.