Invalidates the CanExecute state of the command associated to this button.
Syntax
Visual Basic (Declaration) | |
---|
Protected Sub UpdateCanExecute() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As UXFlowItem
instance.UpdateCanExecute() |
C# | |
---|
protected void UpdateCanExecute() |
Delphi | |
---|
protected procedure UpdateCanExecute(); |
JScript | |
---|
protected function UpdateCanExecute(); |
Managed Extensions for C++ | |
---|
protected: void UpdateCanExecute(); |
C++/CLI | |
---|
protected:
void UpdateCanExecute(); |
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