IButtonControl

Wisej.Web.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

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

Methods

Generates a Click event for the control.

Implemented By

NameDescription

Represents a button control.

Represents a label control.

Represents an hyper-link control.

Represents an image control.

Represents a split button control.

Last updated