What four types of properties are supported by an ActiveX
control?
Answer / vinay thakur
ActiveX controls have four types of properties:
l Stock-> These are standard properties supplied to every
control, such as font or
color. The developer must activate stock properties, but
there is little or no
coding involved.
2 Ambient-> These are properties of the environment that
surrounds the control -
properties of the container into which it has been placed.
These can't be changed,
but the control can use them to adjust its own properties.
For example, it can set
the control's background color to match the container's
background color.
3 Extended-> These are properties that the container
handles, usually involving size
and placement onscreen.
4 Custom-> These are properties added by the control
developer.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is #progma and where it is used?
What types of threads are supported by MFC framework?
I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)
what is the difference between SDI and MDI
15 Answers CMC, HCL, Siemens,
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
what do you mean by psychic window?
Explain about MDI and CMultiDocTemplate ?
General purpose classes in MFC
Name the Synchronization objects?
How do I create a dialog box in mfc?
What is a message map?
What is the difference between Extension DLL and Regular DLL?