IButtonControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Allows a control to act like a button on a Form.
- C#
- VB.NET
public interface IButtonControl
Public Interface IButtonControl
Properties
DialogResult
DialogResult: Returns or sets the value returned to the parent form when the button is clicked.
Methods
PerformClick()
Generates a Click 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. |