Gets or sets tool tip for caption button in pressed state

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

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[JsonAttribute(true, true, "")]
[DefaultValueAttribute("")]
public string PressedTooltip { get; set; }
Visual Basic
<NotifyParentPropertyAttribute(True)> _
<JsonAttribute(True, True, "")> _
<DefaultValueAttribute("")> _
Public Property PressedTooltip As String
	Get
	Set

See Also