Skip to main content
Version: 3.5

IButtonControl

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

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

public interface IButtonControl

Properties

Instance memberDialogResult

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

Methods

Instance memberPerformClick()

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.