|
-
Apr 8th, 2000, 07:53 PM
#1
Thread Starter
Junior Member
I have a public function in a class module but this function returns a value of a user defined type. This causes a error saying that it's not possible to have a user defined type as a parameter of a public method.
Why is it not possible to have a user defined type in a class module without having to declare the function as private? I want this function to be exposed. The function header is as follows:
Public Function GetRGB(RGBValue As Long) As RGBTRIPLE
"He who laughs at a question is not worth being asked"
RavenCrow

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|