ESRI.ArcGIS.ADF.Tasks
ReadOnly Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks.Design.Designers Namespace > PrintTaskDesigner Class : ReadOnly Property




Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("The recommended alternative is to inherit from ContainerControlDesigner instead and to use an EditableDesignerRegion. Regions allow for better control of the content in the designer. http://go.microsoft.com/fwlink/?linkid=14202")>
Public Property ReadOnly As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PrintTaskDesigner
Dim value As Boolean
 
instance.ReadOnly = value
 
value = instance.ReadOnly
C# 
[ObsoleteAttribute("The recommended alternative is to inherit from ContainerControlDesigner instead and to use an EditableDesignerRegion. Regions allow for better control of the content in the designer. http://go.microsoft.com/fwlink/?linkid=14202")]
public bool ReadOnly {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.