Button that resizes the C1WebDialog to fit all available space in the browser window.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
C# |
---|
[RefreshPropertiesAttribute(RefreshProperties.All)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] [PersistenceModeAttribute(PersistenceMode.InnerProperty)] [NotifyParentPropertyAttribute(true)] public CaptionButton MaximizeButton { get; } |
Visual Basic (Declaration) |
---|
<RefreshPropertiesAttribute(RefreshProperties.All)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _ <PersistenceModeAttribute(PersistenceMode.InnerProperty)> _ <NotifyParentPropertyAttribute(True)> _ Public ReadOnly Property MaximizeButton As CaptionButton Get |