Button that is shown instead of the MinimizeButton button or
the MaximizeButton button of C1WebDialog. Clicking this button restores the window to the previous size.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
C# |
---|
[NotifyParentPropertyAttribute(true)] [RefreshPropertiesAttribute(RefreshProperties.All)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] [PersistenceModeAttribute(PersistenceMode.InnerProperty)] public CaptionButton RestoreButton { get; } |
Visual Basic (Declaration) |
---|
<NotifyParentPropertyAttribute(True)> _ <RefreshPropertiesAttribute(RefreshProperties.All)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _ <PersistenceModeAttribute(PersistenceMode.InnerProperty)> _ Public ReadOnly Property RestoreButton As CaptionButton Get |