IControl Interface

Definition

The IControl object provides information about the properties of the specified control.

public interface class IControl
public interface class IControl
__interface IControl
[System.Runtime.InteropServices.Guid("09A84F61-F98E-4846-A537-96564962792E")]
[System.Runtime.InteropServices.TypeLibType]
public interface IControl
[<System.Runtime.InteropServices.Guid("09A84F61-F98E-4846-A537-96564962792E")>]
[<System.Runtime.InteropServices.TypeLibType>]
type IControl = interface
Public Interface IControl
Attributes

Properties

CoClass

Gets or sets a string containing the name of the coclass for the given IControl object.

Guid

Gets or sets the GUID for the IControl object.

Interfaces

Gets the collection of interfaces for the parent object.

Location

Gets or sets a string containing the location of the specified item.

Name

Gets or sets the name of the object.

TypeInfo

Microsoft Internal Use Only.

TypeLib

Gets or sets the control's type library.

Version

Gets or sets the version of the type library or control.

Applies to