can i do this in a custom control

From: rodchar (rodchar_at_discussions.microsoft.com)
Date: 11/29/04


Date: Mon, 29 Nov 2004 08:17:02 -0800

hey all,

i was wondering, given a user-defined public property of a custom control,
can i present the user of the custom control a drop-down list for the
available options for that public property?

thanks,
rodchar



Relevant Pages

  • Re: Catch result
    ... Create a public property that will acess your local private variable ... private bool done = false; ... I created a custom control where I have a few textboxes and a button ... When the button is clicked the textboxes data are sent to a database. ...
    (microsoft.public.dotnet.framework.aspnet)
  • DataBinding & Custom Control
    ... I have built a custom control that contains a property of a custom Class ... the form throws an exception whenver I try to show it. ... Public Property BlankAs UserCentric.Blank ... Public Sub New ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • Re: Property and <%# ... %>
    ... Did you drag your custom control onto the designer and end up with this ?, ... "Laurent" wrote in message ... Public Property DataAdapter() As SqlDataAdapter ...
    (microsoft.public.dotnet.languages.vb)
  • Re: can i do this in a custom control
    ... | hey all, ... | i was wondering, given a user-defined public property of a custom control, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Image Property (ImageEditor)
    ... Public Property TitleBackgroundImage() As Image ... Public Sub ResetTitleBackgroundImage() ... > I have created a Custom Control using Vb.net, ... dialog box, but after selecting an image, you can ...
    (microsoft.public.dotnet.languages.vb.controls)

Loading