Intersoft ClientUI Documentation
OnInitializeCommandDefault Method (UXButton)



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

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

UXButton Class
UXButton Members

Send Feedback