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




Property redefined here to hide base class definition since this is not relevant to this task.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public Shadows ReadOnly Property FeatureSelectionColor As Color
Visual Basic (Usage)Copy Code
Dim instance As PrintTask
Dim value As Color
 
value = instance.FeatureSelectionColor
C# 
[BrowsableAttribute(false)]
public new Color FeatureSelectionColor {get;}

Remarks

This property is not used by the task. It is inherited from the base task class as a property determining the color for selected features which no longer applies to this task.

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.