Intersoft ClientUI Documentation
RequireUpdateCanExecute Property (UXTreeViewItem)



Syntax
Protected Property RequireUpdateCanExecute As Boolean
Dim instance As UXTreeViewItem
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

UXTreeViewItem Class
UXTreeViewItem Members

Send Feedback