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 |
1)How to change the size of a button at run time ?
What does mfc stand for?
Does the application have more than one object? If no, then what is the reason?
what is the size of a process
What four types of properties are supported by an ActiveX control?
how can u change button shape at run time
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
what is message loop how mfc does it internally?
What is primitive and non-primitive application?
If application hangs while SendMessage is waiting for the result, how you handle it?
General purpose classes in MFC
What are the advantages of using Doc/View or SDI over DialogBox