Button that resizes the C1Window to fit all available space in the browser window.
Namespace:
C1.Web.UI.Controls.C1WindowAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[JsonAttribute(true)] [DescriptionAttribute("Button that resizes the C1Window to fit all available space in the browser window.")] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] [TypeConverterAttribute(typeof(ExpandableObjectConverter))] [NotifyParentPropertyAttribute(true)] [PersistenceModeAttribute(PersistenceMode.InnerProperty)] public PressableCaptionButton MaximizeButton { get; } |
Visual Basic |
---|
<JsonAttribute(True)> _ <DescriptionAttribute("Button that resizes the C1Window to fit all available space in the browser window.")> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _ <TypeConverterAttribute(GetType(ExpandableObjectConverter))> _ <NotifyParentPropertyAttribute(True)> _ <PersistenceModeAttribute(PersistenceMode.InnerProperty)> _ Public ReadOnly Property MaximizeButton As PressableCaptionButton Get |