What four types of properties are supported by an ActiveX
control?



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

Post New Answer

More MFC Interview Questions

Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);

2 Answers  


What types of threads are supported by MFC framework?

2 Answers  


If there is more than 100 control in a window how we can change the Taborder of a controls

4 Answers   Satyam,


1) create ToolTip in MFC?

2 Answers   HCL,


1)How to load an icon on a button as Dynamically ?

1 Answers   HCL,






What is LoadLibrary function returns?

7 Answers  


What is the difference between regular dlls and extended dlls?

2 Answers  


is there any class which is not derived from Cobject

11 Answers   Patni,


What is the base class for MFC

3 Answers   HCL,


I want recent paper pattern for HP company?

0 Answers   HP,


What is the difference between the SDI and MDI

3 Answers   Invensys,


How can i implement the dynamic menus in MFC plz give the code

2 Answers  


Categories