Wimark.Controls Class Library  

CommandGroup.PerformCheckEnabled Method

Generates CheckEnabled events for the commands that are associated with this command group.

[Visual Basic]
Public Sub PerformCheckEnabled( _
   ByVal containerType As CommandContainerType, _
   ByVal container As Component, _
   ByVal command As Component _
)
 
[C#]
public void PerformCheckEnabled( 
   CommandContainerType containerType, 
   Component container, 
   Component command 
);
[C++]
public: void PerformCheckEnabled( 
   CommandContainerType containerType, 
   Component* container, 
   Component* command 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

CommandGroup Class | CommandGroup Members | Wimark.Controls Namespace