All pages
Powered by GitBook
1 of 1

Loading...

IButtonControl

Wisej.Web.IButtonControl

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

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

public interface IButtonControl
Public Interface IButtonControl

Properties

DialogResult

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

Methods

PerformClick()

Generates a event for the control.

Implemented By

Name
Description

Button

Represents a button control.

Label

Represents a label control.

LinkLabel

Represents an hyper-link control.

PictureBox

Represents an image control.

SplitButton

Represents a split button control.

DialogResult
Click