Specifies the rendering type of a Button control.
Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms
C#
![]() |
---|
public enum ButtonDisplayType |
Visual Basic
![]() |
---|
Public Enum ButtonDisplayType |
Member name | Value | Description | |
---|---|---|---|
![]() |
Button |
0 | Renders as a button. |
![]() |
LinkButton |
1 | Renders as a link button. |
![]() |
ImageButton |
2 | Renders as an image button. |