Ambient Property DISPID
|
Class
|
Specifies
|
DispidAmbientBackcolor
|
Integer
|
The color of the interior of an OCX (in RGB values)
|
DispidAmbientDisplayname
|
String
|
the name the OCX should display for itself in error messages
|
DispidAmbientDisplayasdefault
|
Boolean
|
Whether a button OCX should draw itself with a thicker frame (for button-like OCXs only)
|
DispidAmbientForecolor
|
Integer
|
The color of the display of text and graphics in an OCX (in RGB values)
|
DispidAmbientLocaleid
|
Integer
|
The ID of the UI locale
|
DispidAmbientMessagereflect
|
Boolean
|
Whether the container wants to receive MS Windows messages
|
DispidAmbientSupportsmnemonics
|
Boolean
|
Whether the container processes mnemonics
|
DispidAmbientShowgrabhandles
|
Boolean
|
Whether the OCX should show grab handles when in-place activated
|
DispidAmbientShowhatching
|
Boolean
|
Whether an OCX should show a hatch border when in-place activated
|
DispidAmbientScaleunits
|
String
|
The name of the units by the container
|
DispidAmbientTextalign
|
Integer
|
How text should be aligned in an OCX:
0
General (numbers to the right, text to the left)
1
Left
2
Center
3
Right
4
Fully justified
|
DispidAmbientUsermode
|
Boolean
|
Whether the container is in design mode (false) or run mode (true)
|
DispidAmbientUidead
|
Boolean
|
Whether the container is in a mode in which OCXs should ignore user input
|