ESRI.ArcGIS.ADF.Web.UI.WebControls
ExpandCollapseButton Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FloatingPanel Class : ExpandCollapseButton Property




Whether the panel will have expand and collapse buttons.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Floating Panel Appearance")>
<ResDescriptionAttribute("Whether the panel will have an expand and collapse buttons.")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property ExpandCollapseButton As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanel
Dim value As Boolean
 
instance.ExpandCollapseButton = value
 
value = instance.ExpandCollapseButton
C# 
[ResCategoryAttribute("Floating Panel Appearance")]
[ResDescriptionAttribute("Whether the panel will have an expand and collapse buttons.")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public bool ExpandCollapseButton {get; set;}

Remarks

When displayed, the expand/collapse button allows the end user to collapse the FloatingPanel to just to the title bar, which changes the button to an expand button. Clicking on the expand button restores the panel to display the full panel.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.