|
Chapter : System.Web.UI.Design.WebControls Namespace continued
ListItemsCollectionEditor ClassProvides a user interface for editing the items collection of a list.
System.Object [Visual Basic]
Public Class ListItemsCollectionEditor [C#]
public class ListItemsCollectionEditor : CollectionEditor [C++]
public __gc class ListItemsCollectionEditor : public [JScript]
public class ListItemsCollectionEditor extends CollectionEditor Thread Safety Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe. Requirements Namespace: System.Web.UI.Design.WebControls Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family Assembly: System.Design (in System.Design.dll) ListItemsCollectionEditor Constructor Initializes a new instance of the ListItemsCollectionEditor class. [Visual Basic]
Public Sub New( _ [C#]
public ListItemsCollectionEditor( [C++]
public: ListItemsCollectionEditor( [JScript]
public function ListItemsCollectionEditor( Parameters type The type of the collection to edit. Requirements Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family .NET Framework Security:
ListItemsCollectionEditor.CanSelectMultipleInstances Method Indicates whether multiple items in the list can be selected at the same time. [Visual Basic]
Overrides Protected Function CanSelectMultipleInstances() As Boolean [C#]
protected override bool CanSelectMultipleInstances(); [C++]
protected: bool CanSelectMultipleInstances(); [JScript]
protected override function CanSelectMultipleInstances() : Boolean; Return Value true if multiple items can be selected at the same time; otherwise, false. Requirements Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family .NET Framework Security:
PanelDesigner ClassExtends design-time behavior for the Panel Web server control.
System.Object [Visual Basic]
Public Class PanelDesigner [C#]
public class PanelDesigner : ReadWriteControlDesigner [C++]
public __gc class PanelDesigner : public ReadWriteControlDesigner [JScript]
public class PanelDesigner extends ReadWriteControlDesigner Thread Safety Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe. Requirements Namespace: System.Web.UI.Design.WebControls Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family Assembly: System.Design (in System.Design.dll) PanelDesigner Constructor Initializes a new instance of the PanelDesigner class. [Visual Basic]
Public Sub New() [C#]
public PanelDesigner(); [C++]
public: PanelDesigner(); [JScript]
public function PanelDesigner(); Remarks The default constructor initializes any fields to their default values. Requirements Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family .NET Framework Security:
PanelDesigner.MapPropertyToStyle Method Maps a specified property and value to a specified HTML style. [Visual Basic]
Overrides Protected Sub MapPropertyToStyle( _ [C#]
protected override void MapPropertyToStyle( [C++]
protected: void MapPropertyToStyle( [JScript]
protected override function MapPropertyToStyle( Parameters propName The property name. varPropValue The property value. Requirements Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family .NET Framework Security:
PanelDesigner.OnBehaviorAttached Method Provides notification when a behavior is attached to the designer. [Visual Basic]
Overrides Protected Sub OnBehaviorAttached() [C#]
protected override void OnBehaviorAttached(); [C++]
protected: void OnBehaviorAttached(); [JScript]
protected override function OnBehaviorAttached(); Requirements Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family .NET Framework Security:
RegexEditorDialog ClassThis type supports the .NET Framework infrastructure and is not intended to be used directly from your code.[Visual Basic]
Public Class RegexEditorDialog [C#]
public class RegexEditorDialog : Form [C++]
public __gc class RegexEditorDialog : public Form [JScript]
public class RegexEditorDialog extends Form RegexEditorDialog Constructor This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Public Sub New( _ [C#]
public RegexEditorDialog( [C++]
public: RegexEditorDialog( [JScript]
public function RegexEditorDialog( RegexEditorDialog.RegularExpression Property This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Public Property RegularExpression As String [C#]
public string RegularExpression {get; set;}[C++]
public: __property String* get_RegularExpression(); [JScript]
public function get RegularExpression() : String; RegexEditorDialog.cmdHelp_Click Method This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Protected Sub cmdHelp_Click( _ [C#]
protected void cmdHelp_Click( [C++]
protected: void cmdHelp_Click( [JScript]
protected function cmdHelp_Click( RegexEditorDialog.cmdOK_Click Method This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Protected Sub cmdOK_Click( _ [C#]
protected void cmdOK_Click( [C++]
protected: void cmdOK_Click( [JScript]
protected function cmdOK_Click( RegexEditorDialog.cmdTestValidate_Click Method This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Protected Sub cmdTestValidate_Click( _ [C#]
protected void cmdTestValidate_Click( [C++]
protected: void cmdTestValidate_Click( [JScript]
protected function cmdTestValidate_Click( RegexEditorDialog.Dispose Method This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Overload List This member overrides Form.Dispose. [Visual Basic] Overloads Overrides Protected Sub Dispose(Boolean) [C#] protected override void Dispose(bool); [C++] protected: void Dispose(bool); [JScript] protected override function Dispose(Boolean); This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic] Overloads Public Overridable Sub Dispose() Implements IDisposable.Dispose [C#] public virtual void Dispose(); [C++] public: virtual void Dispose(); [JScript] public function Dispose(); RegexEditorDialog.Dispose Method (Boolean) This member overrides Form.Dispose. [Visual Basic]
Overrides Overloads Protected Sub Dispose( _ [C#]
protected override void Dispose( [C++]
protected: void Dispose( [JScript]
protected override function Dispose( Requirements Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family .NET Framework Security:
RegexEditorDialog.lstStandardExpressions_SelectedIndexChanged Method This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Protected Sub lstStandardExpressions_SelectedIndexChanged( _ [C#]
protected void lstStandardExpressions_SelectedIndexChanged( [C++]
protected: void lstStandardExpressions_SelectedIndexChanged( [JScript]
protected function lstStandardExpressions_SelectedIndexChanged( RegexEditorDialog.RegexTypeEditor_Activated Method This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Protected Sub RegexTypeEditor_Activated( _ [C#]
protected void RegexTypeEditor_Activated( [C++]
protected: void RegexTypeEditor_Activated( [JScript]
protected function RegexTypeEditor_Activated( RegexEditorDialog.txtExpression_TextChanged Method This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Protected Sub txtExpression_TextChanged( _ [C#]
protected void txtExpression_TextChanged( [C++]
protected: void txtExpression_TextChanged( [JScript]
protected function txtExpression_TextChanged(
RegexTypeEditor ClassProvides a user interface for editing regular expressions.
System.Object [Visual Basic]
Public Class RegexTypeEditor [C#]
public class RegexTypeEditor : UITypeEditor [C++]
public __gc class RegexTypeEditor : public UITypeEditor [JScript]
public class RegexTypeEditor extends UITypeEditor Thread Safety Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe. Requirements Namespace: System.Web.UI.Design.WebControls Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family Assembly: System.Design (in System.Design.dll) RegexTypeEditor Constructor Initializes a new instance of the RegexTypeEditor class. [Visual Basic]
Public Sub New() [C#]
public RegexTypeEditor(); [C++]
public: RegexTypeEditor(); [JScript]
public function RegexTypeEditor(); Remarks The default constructor initializes any fields to their default values. Requirements Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family .NET Framework Security:
RegexTypeEditor.EditValue Method Edits the value of the specified object using the specified service provider and context. Overload List Edits the value of the specified object using the specified service provider and context. [Visual Basic] Overloads Overrides Public Function EditValue(ITypeDescriptorContext, IServiceProvider, Object) As Object [C#] public override object EditValue(ITypeDescriptorContext, IServiceProvider, object); [C++] public: Object* EditValue(ITypeDescriptorContext*, IServiceProvider*, Object*); [JScript] public override function EditValue(ITypeDescriptorContext, IServiceProvider, Object) : Object; Inherited from UITypeEditor. [Visual Basic] Overloads Public Function EditValue(IServiceProvider, Object) As Object [C#] public object EditValue(IServiceProvider, object); [C++] public: Object* EditValue(IServiceProvider*, Object*); [JScript] public function EditValue(IServiceProvider, Object) : Object; RegexTypeEditor.EditValue Method (ITypeDescriptorContext, IServiceProvider, Object) Edits the value of the specified object using the specified service provider and context. [Visual Basic]
Overrides Overloads Public Function EditValue( _ [C#]
public override object EditValue( [C++]
public: Object* EditValue( [JScript]
public override function EditValue( Parameters context An ITypeDescriptorContext that can provide additional context information. provider A service provider. value The object to edit the value of. Return Value The new value of the object. If the value of the object hasn't changed, this method returns the same object it was passed. Requirements Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family .NET Framework Security:
RegexTypeEditor.GetEditStyle Method Gets the editor style used by the EditValue method. Overload List Gets the editor style used by the EditValue method. [Visual Basic] Overloads Overrides Public Function GetEditStyle(ITypeDescriptorContext) As UITypeEditorEditStyle [C#] public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext); [C++] public: UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext*); [JScript] public override function GetEditStyle(ITypeDescriptorContext) : UITypeEditorEditStyle; Inherited from UITypeEditor. [Visual Basic] Overloads Public Function GetEditStyle() As UITypeEditorEditStyle [C#] public UITypeEditorEditStyle GetEditStyle(); [C++] public: UITypeEditorEditStyle GetEditStyle(); [JScript] public function GetEditStyle() : UITypeEditorEditStyle; RegexTypeEditor.GetEditStyle Method (ITypeDescriptorContext) Gets the editor style used by the EditValue method. [Visual Basic]
Overrides Overloads Public Function GetEditStyle( _ [C#]
public override UITypeEditorEditStyle GetEditStyle( [C++]
public: UITypeEditorEditStyle GetEditStyle( [JScript]
public override function GetEditStyle( Parameters context An ITypeDescriptorContext that may be used to gain additional context information. Return Value A UITypeEditorEditStyle that indicates the editor style. Requirements Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family .NET Framework Security:
RepeaterDesigner ClassThis type supports the .NET Framework infrastructure and is not intended to be used directly from your code.[Visual Basic]
Public Class RepeaterDesigner [C#]
public class RepeaterDesigner : ControlDesigner, [C++]
public __gc class RepeaterDesigner : public ControlDesigner, [JScript]
public class RepeaterDesigner extends ControlDesigner implements RepeaterDesigner Constructor This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Public Sub New() [C#]
public RepeaterDesigner(); [C++]
public: RepeaterDesigner(); [JScript]
public function RepeaterDesigner(); RepeaterDesigner.DataMember Property This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Public Property DataMember As String [C#]
public string DataMember {get; set;}[C++]
public: __property String* get_DataMember(); [JScript]
public function get DataMember() : String; RepeaterDesigner.DataSource Property This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Public Property DataSource As String [C#]
public string DataSource {get; set;}[C++]
public: __property String* get_DataSource(); [JScript]
public function get DataSource() : String; RepeaterDesigner.TemplatesExist Property This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Protected ReadOnly Property TemplatesExist As Boolean [C#]
protected bool TemplatesExist {get;}[C++]
protected: __property bool get_TemplatesExist(); [JScript]
protected function get TemplatesExist() : Boolean; RepeaterDesigner.Dispose Method This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Overload List This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic] Overloads Overrides Protected Sub Dispose(Boolean) [C#] protected override void Dispose(bool); [C++] protected: void Dispose(bool); [JScript] protected override function Dispose(Boolean); This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic] Overloads Public Overridable Sub Dispose() Implements IDisposable.Dispose [C#] public virtual void Dispose(); [C++] public: virtual void Dispose(); [JScript] public function Dispose(); RepeaterDesigner.Dispose Method (Boolean) This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Overrides Overloads Protected Sub Dispose( _ [C#]
protected override void Dispose( [C++]
protected: void Dispose( [JScript]
protected override function Dispose( RepeaterDesigner.GetDesignTimeDataSource Method This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Overload List This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic] Overloads Protected Function GetDesignTimeDataSource(Integer) As IEnumerable [C#] protected IEnumerable GetDesignTimeDataSource(int); [C++] protected: IEnumerable* GetDesignTimeDataSource(int); [JScript] protected function GetDesignTimeDataSource(int) : IEnumerable; This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic] Overloads Protected Function GetDesignTimeDataSource(IEnumerable, Integer) As IEnumerable [C#] protected IEnumerable GetDesignTimeDataSource(IEnumerable, int); [C++] protected: IEnumerable* GetDesignTimeDataSource(IEnumerable*, int); [JScript] protected function GetDesignTimeDataSource(IEnumerable, int) : IEnumerable; RepeaterDesigner.GetDesignTimeDataSource Method (Int32) This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Overloads Protected Function GetDesignTimeDataSource( _ [C#]
protected IEnumerable GetDesignTimeDataSource( [C++]
protected: IEnumerable* GetDesignTimeDataSource( [JScript]
protected function GetDesignTimeDataSource( RepeaterDesigner.GetDesignTimeDataSource Method (IEnumerable, Int32) This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Overloads Protected Function GetDesignTimeDataSource( _ [C#]
protected IEnumerable GetDesignTimeDataSource( [C++]
protected: IEnumerable* GetDesignTimeDataSource( [JScript]
protected function GetDesignTimeDataSource( RepeaterDesigner.GetDesignTimeHtml Method This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Overrides Public Function GetDesignTimeHtml() As String [C#]
public override string GetDesignTimeHtml(); [C++]
public: String* GetDesignTimeHtml(); [JScript]
public override function GetDesignTimeHtml() : String; RepeaterDesigner.GetEmptyDesignTimeHtml Method This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Overrides Protected Function GetEmptyDesignTimeHtml() As String [C#]
protected override string GetEmptyDesignTimeHtml(); [C++]
protected: String* GetEmptyDesignTimeHtml(); [JScript]
protected override function GetEmptyDesignTimeHtml() : String; RepeaterDesigner.GetErrorDesignTimeHtml Method This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Overrides Protected Function GetErrorDesignTimeHtml( _ [C#]
protected override string GetErrorDesignTimeHtml( [C++]
protected: String* GetErrorDesignTimeHtml( [JScript]
protected override function GetErrorDesignTimeHtml( RepeaterDesigner.GetResolvedSelectedDataSource Method This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Public Overridable Function GetResolvedSelectedDataSource() As _ [C#]
public virtual IEnumerable GetResolvedSelectedDataSource(); [C++]
public: virtual IEnumerable* GetResolvedSelectedDataSource(); [JScript]
public function GetResolvedSelectedDataSource() : IEnumerable; RepeaterDesigner.GetSelectedDataSource Method This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Public Overridable Function GetSelectedDataSource() As Object _ [C#]
public virtual object GetSelectedDataSource(); [C++]
public: virtual Object* GetSelectedDataSource(); [JScript]
public function GetSelectedDataSource() : Object; RepeaterDesigner.Initialize Method This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Overrides Public Sub Initialize( _ [C#]
public override void Initialize( [C++]
public: void Initialize( [JScript]
public override function Initialize( RepeaterDesigner.OnComponentChanged Method This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Overrides Public Sub OnComponentChanged( _ [C#]
public override void OnComponentChanged( [C++]
public: void OnComponentChanged( [JScript]
public override function OnComponentChanged( RepeaterDesigner.OnDataSourceChanged Method This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Public Overridable Sub OnDataSourceChanged() [C#]
public virtual void OnDataSourceChanged(); [C++]
public: virtual void OnDataSourceChanged(); [JScript]
public function OnDataSourceChanged(); RepeaterDesigner.PreFilterProperties Method This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Overrides Protected Sub PreFilterProperties( _ [C#]
protected override void PreFilterProperties( [C++]
protected: void PreFilterProperties( [JScript]
protected override function PreFilterProperties(
TableCellsCollectionEditor ClassProvides a user interface for editing the collection of cells in a table row.
System.Object [Visual Basic]
Public Class TableCellsCollectionEditor [C#]
public class TableCellsCollectionEditor : CollectionEditor [C++]
public __gc class TableCellsCollectionEditor : public [JScript]
public class TableCellsCollectionEditor extends CollectionEditor Thread Safety Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe. Requirements Namespace: System.Web.UI.Design.WebControls Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family Assembly: System.Design (in System.Design.dll) TableCellsCollectionEditor Constructor Initializes a new instance of the TableCellsCollectionEditor class. [Visual Basic]
Public Sub New( _ [C#]
public TableCellsCollectionEditor( [C++]
public: TableCellsCollectionEditor( [JScript]
public function TableCellsCollectionEditor( Parameters type The type of the collection to edit. Requirements Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family .NET Framework Security:
TableCellsCollectionEditor.CanSelectMultipleInstances Method This member overrides CollectionEditor.CanSelectMultipleInstances. [Visual Basic]
Overrides Protected Function CanSelectMultipleInstances() As Boolean [C#]
protected override bool CanSelectMultipleInstances(); [C++]
protected: bool CanSelectMultipleInstances(); [JScript]
protected override function CanSelectMultipleInstances() : Boolean; Requirements Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family .NET Framework Security:
TableCellsCollectionEditor.CreateInstance Method Creates an instance of the editor for use with the specified type. [Visual Basic]
Overrides Protected Function CreateInstance( _ [C#]
protected override object CreateInstance( [C++]
protected: Object* CreateInstance( [JScript]
protected override function CreateInstance( Parameters itemType The type to create an instance of. Return Value An object of the specified type. Requirements Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family .NET Framework Security:
TableDesigner ClassExtends design-time behavior for the Table Web server control.
System.Object [Visual Basic]
Public Class TableDesigner [C#]
public class TableDesigner : ControlDesigner [C++]
public __gc class TableDesigner : public ControlDesigner [JScript]
public class TableDesigner extends ControlDesigner Thread Safety Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe. Requirements Namespace: System.Web.UI.Design.WebControls Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family Assembly: System.Design (in System.Design.dll) TableDesigner Constructor Initializes a new instance of the TableDesigner class. [Visual Basic]
Public Sub New() [C#]
public TableDesigner(); [C++]
public: TableDesigner(); [JScript]
public function TableDesigner(); Remarks The default constructor initializes any fields to their default values. Requirements Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family .NET Framework Security:
TableDesigner.GetDesignTimeHtml Method Gets the HTML that is used to represent the control at design time. [Visual Basic]
Overrides Public Function GetDesignTimeHtml() As String [C#]
public override string GetDesignTimeHtml(); [C++]
public: String* GetDesignTimeHtml(); [JScript]
public override function GetDesignTimeHtml() : String; Return Value The HTML that is used to represent the control at design time. Remarks This method ensures that the table has at least one row and cell, and that the cells contain some text for display at design time. Requirements Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family .NET Framework Security:
TableDesigner.GetPersistInnerHtml Method This member overrides ControlDesigner.GetPersistInnerHtml. [Visual Basic]
Overrides Public Function GetPersistInnerHtml() As String [C#]
public override string GetPersistInnerHtml(); [C++]
public: String* GetPersistInnerHtml(); [JScript]
public override function GetPersistInnerHtml() : String; Requirements Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family .NET Framework Security:
TableRowsCollectionEditor ClassProvides a user interface for editing rows of a table.
System.Object [Visual Basic]
Public Class TableRowsCollectionEditor [C#]
public class TableRowsCollectionEditor : CollectionEditor [C++]
public __gc class TableRowsCollectionEditor : public [JScript]
public class TableRowsCollectionEditor extends CollectionEditor Thread Safety Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe. Requirements Namespace: System.Web.UI.Design.WebControls Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family Assembly: System.Design (in System.Design.dll) TableRowsCollectionEditor Constructor Initializes a new instance of the TableRowsCollectionEditor class. [Visual Basic]
Public Sub New( _ [C#]
public TableRowsCollectionEditor( [C++]
public: TableRowsCollectionEditor( [JScript]
public function TableRowsCollectionEditor( Parameters type The type of the collection to edit. Requirements Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family .NET Framework Security:
TableRowsCollectionEditor.CanSelectMultipleInstances Method Indicates whether multiple instances may be selected. [Visual Basic]
Overrides Protected Function CanSelectMultipleInstances() As Boolean [C#]
protected override bool CanSelectMultipleInstances(); [C++]
protected: bool CanSelectMultipleInstances(); [JScript]
protected override function CanSelectMultipleInstances() : Boolean; Return Value true if multiple items can be selected at once; otherwise, false. This implementation always returns false. Requirements Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family .NET Framework Security:
TableRowsCollectionEditor.CreateInstance Method Creates an instance of the specified type. [Visual Basic]
Overrides Protected Function CreateInstance( _ [C#]
protected override object CreateInstance( [C++]
protected: Object* CreateInstance( [JScript]
protected override function CreateInstance( Parameters itemType The type to create an instance of. Return Value An object of the specified type. Requirements Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family .NET Framework Security:
XmlDesigner ClassThis type supports the .NET Framework infrastructure and is not intended to be used directly from your code.[Visual Basic]
Public Class XmlDesigner [C#]
public class XmlDesigner : ControlDesigner [C++]
public __gc class XmlDesigner : public ControlDesigner [JScript]
public class XmlDesigner extends ControlDesigner XmlDesigner Constructor This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Public Sub New() [C#]
public XmlDesigner(); [C++]
public: XmlDesigner(); [JScript]
public function XmlDesigner(); XmlDesigner.Dispose Method This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Overload List This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic] Overloads Overrides Protected Sub Dispose(Boolean) [C#] protected override void Dispose(bool); [C++] protected: void Dispose(bool); [JScript] protected override function Dispose(Boolean); This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic] Overloads Public Overridable Sub Dispose() Implements IDisposable.Dispose [C#] public virtual void Dispose(); [C++] public: virtual void Dispose(); [JScript] public function Dispose(); XmlDesigner.Dispose Method (Boolean) This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Overrides Overloads Protected Sub Dispose( _ [C#]
protected override void Dispose( [C++]
protected: void Dispose( [JScript]
protected override function Dispose( XmlDesigner.GetDesignTimeHtml Method This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Overrides Public Function GetDesignTimeHtml() As String [C#]
public override string GetDesignTimeHtml(); [C++]
public: String* GetDesignTimeHtml(); [JScript]
public override function GetDesignTimeHtml() : String; XmlDesigner.GetEmptyDesignTimeHtml Method This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Overrides Protected Function GetEmptyDesignTimeHtml() As String [C#]
protected override string GetEmptyDesignTimeHtml(); [C++]
protected: String* GetEmptyDesignTimeHtml(); [JScript]
protected override function GetEmptyDesignTimeHtml() : String; XmlDesigner.Initialize Method This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. [Visual Basic]
Overrides Public Sub Initialize( _ [C#]
public override void Initialize( [C++]
public: void Initialize( [JScript]
public override function Initialize(
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||