'Declaration
Protected Overloads Overridable Function CreateSplitButton(Of ohsc As {New, NSplitButton})( _ ByVal image As NImage, _ ByVal moreOptionsImage As NImage, _ ByVal command As NCommand _ ) As ohsc
'Usage
Dim instance As NCommandBuilder Dim image As NImage Dim moreOptionsImage As NImage Dim command As NCommand Dim value As ohsc value = instance.CreateSplitButton(Of ohsc)(image, moreOptionsImage, command)
protected virtual ohsc CreateSplitButton<ohsc>( NImage image, NImage moreOptionsImage, NCommand command ) where ohsc: new(), NSplitButton
Parameters
- image
- The image for the action button of the split button.
- moreOptionsImage
- The image for the split button popup's "More Options..." button (if it has one).
- command
Type Parameters
- ohsc