Standard Property DISPID
|
Class
|
Specifies
|
DispidBackcolor
|
Integer
|
The color of the interior of the OCX (in RGB values)
|
DispidBackstyle
|
Integer
|
Whether an OCX is transparent (0) or opaque (1)
|
DispidForecolor
|
Integer
|
The color of the display of text and graphics in an OCX (in RGB values)
|
DispidEnabled
|
Boolean
|
Whether the OCX can receive the focus
|
DispidText
|
String
|
The string to be displayed in a text box, list box, or combo box
|
DispidCaption
|
String
|
The string to be displayed in, or next to, the OCX
|
DispidRefresh
|
None
|
Force repainting the OCX synchronously if the OCX has a window, otherwise asynchronously
|
DispidDoclick
|
None
|
Simulate the button being clicked by the user (for button-like OCXs)
|
DispidAboutbox
|
None
|
Pop up a modal About dialog for the OCX
|