ESRI.ArcGIS.ADF.Tasks
AutoHide Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks Namespace > PrintTask Class : AutoHide Property




Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Floating Panel Appearance")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ResDescriptionAttribute("Whether the panel frame should be hidden when the cursor is outside the panel. The panel contents is still visible, however.")>
Public Property AutoHide As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PrintTask
Dim value As Boolean
 
instance.AutoHide = value
 
value = instance.AutoHide
C# 
[ResCategoryAttribute("Floating Panel Appearance")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ResDescriptionAttribute("Whether the panel frame should be hidden when the cursor is outside the panel. The panel contents is still visible, however.")]
public bool AutoHide {get; set;}

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.