Minimize and normalize caption button

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

Syntax

C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Minimizing and normalizing caption button.")]
[JsonAttribute(true)]
public PressableCaptionButton MinimizeButton { get; }
Visual Basic
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
<NotifyParentPropertyAttribute(True)> _
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<DescriptionAttribute("Minimizing and normalizing caption button.")> _
<JsonAttribute(True)> _
Public ReadOnly Property MinimizeButton As PressableCaptionButton
	Get

See Also