SplitButton

Wisej.Web.SplitButton

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

Represents a split button control.

public class SplitButton : Button

Constructors

SplitButton()

Initializes a new instance of the SplitButton class.

SplitButton(text, onClick)

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

Name
Type
Description

text

Initial text.

onClick

Optional Click handler.

SplitButton(text, location, size, onClick)

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

Name
Type
Description

text

Initial text.

location

Initial location.

size

Initial size.

onClick

Optional click handler.

SplitButton(text, ImageSource, location, size, onClick)

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

Name
Type
Description

text

Initial text.

ImageSource

Image source.

location

Initial location.

size

Initial size.

onClick

Optional click handler.

Properties

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

OnWebRender(config)

Renders the client component.

Parameter
Type
Description

config

Dynamic configuration object.

Implements

Name
Description

Provides access to the UserData and Tag properties associated to the component implementing this interface.

Bindable components implement this interface.

Allows a control to act like a button on a Form.

Defines an object that can invoke a Command.

Controls that support drag & drop operations implement this interface.

Provides access to common image properties across the controls that implement this interface.

All wisej components implement this interface.

All wisej controls derived from the Control class must implement this interface.

Allows an object to serialize itself.

Last updated

Was this helpful?