HOWTO: Display Ellipses Button for a UserControl PropertyLast reviewed: March 2, 1998Article ID: Q181872 |
The information in this article applies to:
SUMMARYThis article illustrates how to create an ellipses button for a property of a UserControl.
MORE INFORMATIONTo show the ellipses button for a property, you can set the appropriate options in the Procedure Attributes dialog. The Procedure Attributes dialog box allows you to set a variety of attributes by clicking the Advanced button. The "Use This Page in Property Browser" procedure attribute specifies which property page is associated with a specific property. It is this attribute that tells Visual Basic to display the ellipses button in the property window. A property page can be one of the standard property pages like Font or Color or a property page you create.
To Enable the Ellipses Button of a Property
|
Additional query words: ocx user control
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |