How To Implement the Type Property of a Custom OLE Control (153581)
The information in this article applies to:
- Microsoft Visual Basic Standard Edition, 32-bit, for Windows 4.0
- Microsoft Visual Basic Professional Edition, 16-bit, for Windows 4.0
- Microsoft Visual Basic Professional Edition, 32-bit, for Windows 4.0
- Microsoft Visual Basic Enterprise Edition, 16-bit, for Windows 4.0
- Microsoft Visual Basic Enterprise Edition, 32-bit, for Windows 4.0
This article was previously published under Q153581 SUMMARY
The type of an OLE control is the coclass name for the OLE control as
defined in its ODL file. For example, the type of Textbox control is
TextBox, the type of the Data Bound Grid control from Apex is DBGrid, and
so on. In Visual Basic, the type of an OLE Control appears to the right of
the control name in the Editbox portion of the property browser. This
article shows how you can implement a custom Type property for a custom OLE
control that returns its type.
Modification Type: | Minor | Last Reviewed: | 7/1/2004 |
---|
Keywords: | kbhowto KB153581 |
---|
|