IControl Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IControl
[<System.Runtime.InteropServices.Guid("09A84F61-F98E-4846-A537-96564962792E")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
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. |