LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

OnButtonClick Method

Show in webframe






An System.EventArgs that contains the event data.
Raises the System.Windows.Forms.ToolStripSplitButton.ButtonClick event.
Syntax
protected override void OnButtonClick( 
   EventArgs e
)
'Declaration
 
Protected Overrides Sub OnButtonClick( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As CustomToolStripSplitButton
Dim e As EventArgs
 
instance.OnButtonClick(e)

            

            
protected: void OnButtonClick( 
   EventArgs* e
) override 
protected:
void OnButtonClick( 
   EventArgs* e
) override 

Parameters

e
An System.EventArgs that contains the event data.
Remarks
This will also raise the System.Windows.Forms.ToolStripMenuItem.OnClick(System.EventArgs) event for the CurrentItem
Requirements

Target Platforms

See Also

Reference

CustomToolStripSplitButton Class
CustomToolStripSplitButton Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.