Intersoft ClientUI Documentation
OnInitializeCommandDefault Method (ISButton)



The command to be initialized.
Called when the Command is initialized.
Syntax
Protected Overridable Sub OnInitializeCommandDefault( _
   ByVal command As ICommand _
) 
Dim instance As ISButton
Dim command As ICommand
 
instance.OnInitializeCommandDefault(command)
protected virtual void OnInitializeCommandDefault( 
   ICommand command
)
protected:
virtual void OnInitializeCommandDefault( 
   ICommand^ command
) 

Parameters

command
The command to be initialized.
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

ISButton Class
ISButton Members

Send Feedback