Invalidates the CanExecute state of the command associated to all menu items in this control.
Syntax
Visual Basic (Declaration) | |
---|
Public Sub InvalidateCommands() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As UXMenuBase
instance.InvalidateCommands() |
C# | |
---|
public void InvalidateCommands() |
Delphi | |
---|
public procedure InvalidateCommands(); |
JScript | |
---|
public function InvalidateCommands(); |
Managed Extensions for C++ | |
---|
public: void InvalidateCommands(); |
C++/CLI | |
---|
public:
void InvalidateCommands(); |
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