Copyright © 2003-2024 MultiMedia Soft

SplitButtonMouseOut event

Previous pageReturn to chapter overviewNext page

Remarks

Occurs when the mouse leaves the split portion of a split button control.

For further details about the use of the Split Button control, see the How to use the Split Button component section.

 

Syntax

 

[Visual Basic]

Public Sub SplitButtonMouseOut(e as EventArgs)

 

[C#]

public void SplitButtonMouseOut(EventArgs e);

 

[C++]

public: void SplitButtonMouseOut(EventArgs *e);