June 2002
Intermediate to advanced
816 pages
28h 12m
English
TargetConverter
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
System.Object→System.ComponentModel.TypeConverter→System.ComponentModel.StringConverter→ TargetConverter
Read now
Unlock full access