ASP.NET Pack Programmer's Guide
Button.UseSubmitBehavior Property
See Also
 





Gets or sets a value indicating whether the control renders as a submit button.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public bool UseSubmitBehavior { get; set; }

Visual Basic  Copy Code

Public Property UseSubmitBehavior As Boolean

 Property Value

Type: Boolean
true if the control renders as a submit button, otherwise false. Default value is true.

 See Also

Button Members
Button Class
MindFusion.UI.WebForms Namespace