devxlogo

Don’t include Extender properties in ActiveX Wizard

The left-most listbox in the first page in the ActiveX Control Interface Wizard includes all the properties exposed by the constituent controls currently on the UserControl’s surface. Unfortunately, this list includes Extender properties, methods, and events, which should be never added to the public interface of the ActiveX control being built. In fact, these items can’t be accessed from client apps, because the Extender property has a higher priority, and in some cases you get an error when you place the ActiveX control on a VB form’s surface.

This is the list of elements that shouldn’t be included in the public interface of a UserControl module:

  • ActiveControl
  • Align
  • CanPropertyChange
  • CausesValidation
  • DataFormat
  • DataMember
  • DataMembers
  • DataSource
  • InitProperties
  • ReadProperties
  • ToolTipText
  • Validate
  • ValidateControls
  • WhatsThisHelpID
  • WriteProperties

Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.

See also  How Seasoned Architects Evaluate New Tech

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.