Button that minimizes the C1WebDialog window.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
C# |
---|
[PersistenceModeAttribute(PersistenceMode.InnerProperty)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] [NotifyParentPropertyAttribute(true)] [RefreshPropertiesAttribute(RefreshProperties.All)] public CaptionButton MinimizeButton { get; } |
Visual Basic (Declaration) |
---|
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _ <NotifyParentPropertyAttribute(True)> _ <RefreshPropertiesAttribute(RefreshProperties.All)> _ Public ReadOnly Property MinimizeButton As CaptionButton Get |
Remarks
ReloadButton will be hidden if C1WebDialog window is minimized.
You can also minimize to a certain area using the MinimizeZoneElementId()()()() property.