T
T Perkins
is there a way to have intellesence give a list of options for each
parameter of a newly create functions. an example would be, using
messagebox.show. after you put in the message and label, you have a list of
different type of button styles(MessageBoxButtons.OKCancel), then a list for
icon(MessageBoxIcon.Warning).
i am attempting to create a common function for programs to use at work. i
am thinking it would be easier for the other programmers to use these
functions if i could some how use intellesence to give a list of options
that they can choose from a list when its appropriate to do so
thanks in advance
tony
parameter of a newly create functions. an example would be, using
messagebox.show. after you put in the message and label, you have a list of
different type of button styles(MessageBoxButtons.OKCancel), then a list for
icon(MessageBoxIcon.Warning).
i am attempting to create a common function for programs to use at work. i
am thinking it would be easier for the other programmers to use these
functions if i could some how use intellesence to give a list of options
that they can choose from a list when its appropriate to do so
thanks in advance
tony