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

how does conditionally close the Dialog Box ?

2 Answers   Infotech,


What is serialization ?which function is responsible for serializing data ?

5 Answers  


what is the difference between compiling and building?

1 Answers  


What are the special requirements for dialog box resources used in a form view?

2 Answers  


Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?

2 Answers   Sony,






What MFC base classes provide support for ActiveX controls?

2 Answers   Wipro,


Does the application have more than one object? If Yes, Briefly explain.

2 Answers   Soltius Infotech,


is there any class which is not derived from Cobject

11 Answers   Patni,


How you create a button dynamically?

2 Answers  


visual Pogramming c++ coding for create a paint application.. (Please someone help me)

2 Answers  


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

1 Answers  


what is message loop how mfc does it internally?

4 Answers   Aspire,


Categories