Name

TargetConverter

Synopsis

The TargetConverter class is a type converter that allows conversions between an ordinary string and the “target” string used to specify the target frame or window for a hyperlink, as in AdRotator.Target). This conversion allows the target property to be displayed in the Property Window. This class is never accessed directly. You can access its functionality through the System.ComponentModel.TypeDescriptor helper class.

Public Class TargetConverter : Inherits System.ComponentModel.StringConverter
' Public Constructors
   Public Sub New() 
' Public Instance Methods
   Overrides Public Function GetStandardValues(
        ByVal context As System.ComponentModel.ITypeDescriptorContext) As StandardValuesCollection  
   Overrides Public Function GetStandardValuesExclusive(
        ByVal context As System.ComponentModel.ITypeDescriptorContext) As Boolean  
   Overrides Public Function GetStandardValuesSupported(
        ByVal context As System.ComponentModel.ITypeDescriptorContext) As Boolean  
End Class

Hierarchy

System.ObjectSystem.ComponentModel.TypeConverterSystem.ComponentModel.StringConverter TargetConverter

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.