Skip to main content
Version: 4.1

SplitButton

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents a split button control.

public class SplitButton : Button

Constructors

Instance member SplitButton()

Initializes a new instance of the SplitButton class.

Instance member SplitButton(text, onClick)

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

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

Instance member SplitButton(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 member SplitButton(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 member Orientation

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)

Methods

Protected member OnWebRender(config)

Renders the client component.

ParameterTypeDescription
configObjectDynamic configuration object.

Implements

NameDescription
IUserDataProvides access to the UserData and Tag properties associated to the component implementing this interface.
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.