Gets or sets whether caption button state

Namespace:  C1.Web.UI.Controls.C1Window
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
[BrowsableAttribute(false)]
[JsonAttribute(true, true, false)]
[NotifyParentPropertyAttribute(true)]
public bool IsPressed { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
<BrowsableAttribute(False)> _
<JsonAttribute(True, True, False)> _
<NotifyParentPropertyAttribute(True)> _
Public Property IsPressed As Boolean
	Get
	Set

See Also