Wisej.Web.SplitButton
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Control
ButtonBase
Button
SplitButton
Represents a split button control.
public class SplitButton : Button
Public Class SplitButton Inherits Button
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.
IBindableComponent
Bindable components implement this interface.
IButtonControl
Allows a control to act like a button on a Form.
IWisejComponent
All wisej components implement this interface.
IWisejControl
All wisej controls derived from the Control class must implement this interface.
IWisejSerializable
Allows an object to serialize itself.