Skip to main content
Version: 4.1

IButtonControl

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

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

public interface IButtonControl

Properties​

Instance member DialogResult​

DialogResult: Returns or sets the value returned to the parent form when the button is clicked.

Methods​

Instance member PerformClick()​

Generates a Click event for the control.

Implemented By​

NameDescription
ButtonRepresents a button control.
LabelRepresents a label control.
LinkLabelRepresents an hyper-link control.
PictureBoxRepresents an image control.
SplitButtonRepresents a split button control.