ESRI.ArcGIS.ADF.Web.UI.WebControls
ExpandCollapseButton Property
See Also 
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")>
<PersistenceModeAttribute()>
<DefaultValueAttribute()>
<ResDescriptionAttribute("Whether the panel will have an expand and collapse buttons.")>
<NotifyParentPropertyAttribute(True)>
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")]
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
[ResDescriptionAttribute("Whether the panel will have an expand and collapse buttons.")]
[NotifyParentPropertyAttribute(true)]
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.

See Also

© 2010 All Rights Reserved.