ASP.NET Pack Programmer's Guide
TextBox.IsThemed Property
See Also
 





Gets a value indicating the control has its Theme property set to a specified value.

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

 Syntax

C#  Copy Code

public bool IsThemed { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsThemed As Boolean

 Property Value

Type: Boolean
true if the control's Theme property is set, otherwise false.

 See Also

TextBox Members
TextBox Class
MindFusion.UI.WebForms Namespace