Custom control library and toolbox items

Tech-Archive recommends: Fix windows errors by optimizing your registry



I have a library (C#) containing a number of controls. Some of these control
classes are base classes for other controls. I don't want the base classes
to be included in the list of controls one sees when the library is added to
the toolbox - I want them to be hidden. (I realize I could just uncheck the
checkboxes for those particular controls in the 'Choose Items...' dialog,
but I'd prefer they didn't show up there at all.)

Any ideas? And thanks...


.



Relevant Pages

  • Re: Hide non-visual components
    ... I have several base classes that handle ... needs, and lets the individual form handle setting up controls, etc. ... This lets you add a new form (tab) any time, ... where you start interfacing to a device on a basic level, ...
    (borland.public.delphi.thirdpartytools.general)
  • RE: Dynamic control creation.
    ... "Phillip Williams" wrote: ... Once i have created these checkboxes dynamically then what i have on the ... controls) recreates the 3 checkboxes. ... created depending on the option the user has selected in the Dropdown. ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • RE: Dynamic control creation.
    ... Once i have created these checkboxes dynamically then what i have on the ... controls) recreates the 3 checkboxes. ... created depending on the option the user has selected in the Dropdown. ... when i try dong this in this event i dont see the SelectedValue of the ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • RE: Dynamic control creation.
    ... of a check box that the value of the label is updated), ... javascript on the checkboxes to update the value of this label, ... When i looked in the source code i found out that the server side label ... controls) recreates the 3 checkboxes. ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • RE: Unbound Checkboxes need to trigger event
    ... The event doesn't happen because the checkboxes aren't ... Now look for the option 'Tag'. ... an Option Group can only have one thing selected in it. ... the controls by checking the tag of the controls. ...
    (microsoft.public.access.formscoding)