BCGControlBar Library for .NET
EndEdit Method (ToolbarFocusableButton)




Specifies if the command associated with the focusable control should be executed on the end of editing.
Commits and ends the edit operation on the focusable control.  This function adds the text from the focusable control to the button.
Syntax
'Declaration
 
Public Overridable Sub EndEdit( _
   ByVal executeCommand As Boolean _
) 
'Usage
 
Dim instance As ToolbarFocusableButton
Dim executeCommand As Boolean
 
instance.EndEdit(executeCommand)
public virtual void EndEdit( 
   bool executeCommand
)
public: virtual void EndEdit( 
   bool executeCommand
) 
public:
virtual void EndEdit( 
   bool executeCommand
) 

Parameters

executeCommand
Specifies if the command associated with the focusable control should be executed on the end of editing.
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

ToolbarFocusableButton Class
ToolbarFocusableButton Members

Send Feedback