Skip to main content
Version: 3.5

SplitButton

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents a split button control.

public class SplitButton : Button

Constructors

Instance memberSplitButton()

Initializes a new instance of the SplitButton class.

Instance memberSplitButton(text, onClick)

Initializes a new instance of the SplitButton class with specific initial settings.

NameTypeDescription
textStringInitial text.
onClickAction<Object, EventArgs>Optional Click handler.

Instance memberSplitButton(text, location, size, onClick)

Initializes a new instance of the SplitButton class with specific initial settings.

NameTypeDescription
textStringInitial text.
locationPointInitial location.
sizeSizeInitial size.
onClickAction<Object, EventArgs>Optional click handler.

Instance memberSplitButton(text, ImageSource, location, size, onClick)

Initializes a new instance of the SplitButton class with specific initial settings.

NameTypeDescription
textStringInitial text.
ImageSourceStringImage source.
locationPointInitial location.
sizeSizeInitial size.
onClickAction<Object, EventArgs>Optional click handler.

Properties

Instance memberOrientation

Orientation: Returns or sets a value indicating the layout of the SplitButton. When the value is set to Vertical the down arrow is places below the text, otherwise it's to the right of the text. (Default: Horizontal)

Implements

NameDescription
IBindableComponentBindable components implement this interface.
IButtonControlAllows a control to act like a button on a Form.
ICommandSourceDefines an object that can invoke a Command.
IDropTargetControls that support drag & drop operations implement this interface.
IImageProvides access to common image properties across the controls that implement this interface.
IWisejComponentAll wisej components implement this interface.
IWisejControlAll wisej controls derived from the Control class must implement this interface.
IWisejSerializableAllows an object to serialize itself.