SplitButtonClick event |
|
Remarks Occurs when the user presses and releases 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 SplitButtonClick(e as MouseEventArgs)
[C#] public void SplitButtonClick(MouseEventArgs e);
[C++] public: void SplitButtonClick(MouseEventArgs *e);
|