BCGControlBar Library for .NET
EndEdit Method (ToolbarComboBoxButton)




Commits and ends the edit operation on the focusable control.  This function adds the text from focusable control into the drop down list.
Syntax
'Declaration
 
Public Overrides Sub EndEdit( _
   ByVal executeCommand As Boolean _
) 
'Usage
 
Dim instance As ToolbarComboBoxButton
Dim executeCommand As Boolean
 
instance.EndEdit(executeCommand)
public override void EndEdit( 
   bool executeCommand
)
public: void EndEdit( 
   bool executeCommand
) override 
public:
void EndEdit( 
   bool executeCommand
) override 

Parameters

executeCommand
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

ToolbarComboBoxButton Class
ToolbarComboBoxButton Members
Base Implementation in EndEdit

Send Feedback