BaseOcxArray Class

Definition

Caution

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

Provides a control array of ActiveX controls.

public ref class BaseOcxArray abstract : Microsoft::VisualBasic::Compatibility::VB6::BaseControlArray
public abstract class BaseOcxArray : Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public abstract class BaseOcxArray : Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray
type BaseOcxArray = class
    inherit BaseControlArray
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type BaseOcxArray = class
    inherit BaseControlArray
Public MustInherit Class BaseOcxArray
Inherits BaseControlArray
Inheritance
Attributes

Remarks

The BaseOcxArray class provides an equivalent for the run-time functionality of a Visual Basic 6.0 ActiveX control array. It does not provide the design-time features of a Visual Basic 6.0 control array.

Note

Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.

Constructors

BaseOcxArray()

Initializes a new instance of the BaseOcxArray class.

BaseOcxArray(IContainer)

Initializes a new instance of the BaseOcxArray class, specifying its container.

Fields

components

Stores the container for a control array.

(Inherited from BaseControlArray)
controlAddedAtDesignTime

Stores values to track whether a control in a control array was created at design time or at run time.

(Inherited from BaseControlArray)
controls

Stores values that represent the controls in a control array.

(Inherited from BaseControlArray)
fIsEndInitCalled

Stores a value indicating whether the initialization code for a control array's container has finished executing.

(Inherited from BaseControlArray)
indices

Stores the indices for a control array.

(Inherited from BaseControlArray)

Properties

CanRaiseEvents

Gets a value indicating whether the component can raise an event.

(Inherited from Component)
Container

Gets the IContainer that contains the Component.

(Inherited from Component)
DesignMode

Gets a value that indicates whether the Component is currently in design mode.

(Inherited from Component)
Events

Gets the list of event handlers that are attached to this Component.

(Inherited from Component)
Site

Gets or sets the ISite of the Component.

(Inherited from Component)

Methods

BaseCanExtend(Object)

Gets a value that indicates whether a control is a member of a control array.

(Inherited from BaseControlArray)
BaseGetIndex(Object)

Gets the index of a control in a control array.

(Inherited from BaseControlArray)
BaseGetItem(Int16)

Gets the control for a specified index in a control array.

(Inherited from BaseControlArray)
BaseResetIndex(Object)

Not supported in the BaseControlArray class.

(Inherited from BaseControlArray)
BaseSetIndex(Object, Int16, Boolean)

Sets the index for a control in a control array.

(Inherited from BaseControlArray)
BaseShouldSerializeIndex(Object)

Returns a value that indicates whether a control is a member of a control array.

(Inherited from BaseControlArray)
Count()

Returns the number of controls in a control array.

(Inherited from BaseControlArray)
CreateObjRef(Type)

Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.

(Inherited from MarshalByRefObject)
Dispose()

Releases all resources used by the Component.

(Inherited from Component)
Dispose(Boolean)

Releases the unmanaged resources that are used by a control in a control array and optionally releases the managed resources.

(Inherited from BaseControlArray)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetControlInstanceType()

Returns the type of a control in a control array.

(Inherited from BaseControlArray)
GetEnumerator()

Returns a reference to an enumerator object, which is used to iterate over a control array.

(Inherited from BaseControlArray)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetLifetimeService()
Obsolete.

Retrieves the current lifetime service object that controls the lifetime policy for this instance.

(Inherited from MarshalByRefObject)
GetService(Type)

Returns an object that represents a service provided by the Component or by its Container.

(Inherited from Component)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
HookUpControlEvents(Object)

Overrides HookUpControlEvents(Object).

InitializeLifetimeService()
Obsolete.

Obtains a lifetime service object to control the lifetime policy for this instance.

(Inherited from MarshalByRefObject)
LBound()

Returns a Short that contains the smallest available subscript for a control array.

(Inherited from BaseControlArray)
Load(Int16)

Creates a new element in a control array.

(Inherited from BaseControlArray)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
MemberwiseClone(Boolean)

Creates a shallow copy of the current MarshalByRefObject object.

(Inherited from MarshalByRefObject)
ToString()

Returns a String containing the name of the Component, if any. This method should not be overridden.

(Inherited from Component)
UBound()

Returns a Short that contains the largest available subscript for a control array.

(Inherited from BaseControlArray)
Unload(Int16)

Removes a control from a control array.

(Inherited from BaseControlArray)

Events

CausesValidationChanged

Occurs when the value of the CausesValidation property changes.

ClientSizeChanged

Occurs when the value of the ClientSize property changes.

ContextMenuChanged

Occurs when the value of the ContextMenu property changes.

ContextMenuStripChanged

Occurs when the value of the ContextMenuStrip property changes.

ControlAdded

Occurs when a new control is added to the BaseOcxArray.

ControlRemoved

Occurs when a control is removed from the BaseOcxArray.

Disposed

Occurs when the component is disposed by a call to the Dispose() method.

(Inherited from Component)
DockChanged

Occurs when the value of the Dock property changes.

Enter

Occurs when the control is entered.

Leave

Occurs when the input focus leaves the control.

LocationChanged

Occurs when the value of the Location property changes.

MarginChanged

Occurs when the value of the Margin property changes.

MouseCaptureChanged

Occurs when the control loses or gains mouse capture.

Move

Occurs when the control is moved.

PaddingChanged

Occurs when the control's Padding property changes.

ParentChanged

Occurs when the control's Parent property changes.

RegionChanged

Occurs when the value of the Region property changes.

Resize

Occurs when the control is resized.

SizeChanged

Occurs when the Size property value changes.

SystemColorsChanged

Occurs when the system colors change.

Validated

Occurs when the control is finished validating.

Validating

Occurs when the control is validating.

VisibleChanged

Occurs when the Visible property value changes.

Explicit Interface Implementations

ISupportInitialize.BeginInit()

Begins the initialization of the control.

(Inherited from BaseControlArray)
ISupportInitialize.EndInit()

Ends the initialization of a control.

(Inherited from BaseControlArray)

Applies to