Intersoft ClientUI Documentation
RequireUpdateCanExecute Property (UXMenuItem)



Determines whether the command associated to this button require to be updated in the next call.
Syntax
Protected Property RequireUpdateCanExecute As Boolean
Dim instance As UXMenuItem
Dim value As Boolean
 
instance.RequireUpdateCanExecute = value
 
value = instance.RequireUpdateCanExecute
protected bool RequireUpdateCanExecute {get; set;}
protected:
property bool RequireUpdateCanExecute {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXMenuItem Class
UXMenuItem Members

Send Feedback