BCGControlBar Library for .NET
OnExecuteGalleryCommand(ExecuteCommandEventArgs) Method




Syntax
'Declaration
 
Protected Overloads Overrides Sub OnExecuteGalleryCommand( _
   ByVal e As ExecuteCommandEventArgs _
) 
'Usage
 
Dim instance As SmartComboBoxButton
Dim e As ExecuteCommandEventArgs
 
instance.OnExecuteGalleryCommand(e)
protected override void OnExecuteGalleryCommand( 
   ExecuteCommandEventArgs e
)
protected: void OnExecuteGalleryCommand( 
   ExecuteCommandEventArgs* e
) override 
protected:
void OnExecuteGalleryCommand( 
   ExecuteCommandEventArgs^ e
) override 

Parameters

e
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

SmartComboBoxButton Class
SmartComboBoxButton Members
Overload List
Base Implementation in OnExecuteGalleryCommand(ExecuteCommandEventArgs)

Send Feedback