Table 7-7 lists some of the properties of the
CollapsiblePanelExtender control.
Table 7-7. Properties of the CollapsiblePanelExtender Control
Property Name Description
AutoCollapse Boolean value indicating whether or not to collapse the panel when the
mouse moves away from it
AutoExpand Boolean value indicating whether or not to expand the panel when the
mouse hovers over it
Collapsed The initial state of the panel
CollapseControlID ID of the control responsible for collapsing the panel
CollapsedImage Path to the image file used by ImageControlID (when collapsed)
CollapsedSize Collapsed size of the target control in pixels
CollapsedText Displayed text when the panel is collapsed
ExpandControlID ID of the control responsible for expanding the panel
ExpandDirection Direction of expansion of the panel (horizontal/vertical)
ExpandedImage Displayed image when the panel is expanded
ExpandedSize Expanded size of the target control in pixels
ExpandedText Displayed text when the panel is expanded
ImageControlID ID of the image control serving as status indicator for the state of the
panel (collapsed/expanded)
ScrollContents Boolean value indicating whether or not to make the panel scrollable
TargetControlID ID of the target panel control
TextLabelID ID of the Label control containing the status text of the panel
Let??™s turn our attention again to the SampleWebSite project that ships the full source
version of the ASP.
Pages:
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231