|
-
Oct 19th, 2005, 05:32 PM
#1
Thread Starter
No place like 127.0.0.1
[RESOLVED] What is the OLE_Color Type for
Can someone explain the OLE_Color variable type to me? Is it used for normal colors (like BackColor) or is it specifically for OLE stuff?
-
Oct 19th, 2005, 05:43 PM
#2
Re: What is the OLE_Color Type for
From MSDN
Visual Basic provides four standard data types of special interest to control authors.
OLE_COLOR
The OLE_COLOR data type is used for properties that return colors. When a property is declared as OLE_COLOR, the Properties window will display a color-picker dialog that allows the user to select the color for the property visually, rather than having to remember the numeric equivalent.
An example of the use of OLE_COLOR can be found in "Exposing Properties of Constituent Controls."
OLE_COLOR is treated internally as a Long.
-
Oct 19th, 2005, 05:57 PM
#3
Thread Starter
No place like 127.0.0.1
Re: What is the OLE_Color Type for
That totally makes sense. Thanks bruce.
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
|