--%>

Properties exposed through ActiveX controls

Write down the properties exposed through ActiveX controls?

E

Expert

Verified

ActiveX controls consist of four types of properties:

a) Stock: These are the standard properties supplied to every control such as: font or color. The developer should activate the stock properties, however there is little or no coding included.

b) Ambient: These are properties of the environment which surrounds the control properties of the container to which it has been placed.

c) Extended: These are the properties which the container handles, generally including size and placement onscreen.

d) Custom: These are the properties added through the control developer.

   Related Questions in Programming Languages

  • Q : What is Native Mode Native Mode :

    Native Mode: Whenever all the domain controllers in a specified domain are executing Windows 2000 Server. This mode permits organizations to take benefit of new Active Directory features like Universal groups, nested group membership, and the inter-do

  • Q : Explain Hot spot Hot spot : This is an

    Hot spot: This is an area in an image map with a specific significance. A program usually monitors movements of the mouse, and reacts according to the actions related with the hot spots over which it passes. This may comprise displaying various status

  • Q : Use of UpdateProgress control in AJAX

    What is the use of UpdateProgress control in AJAX?

  • Q : Define Permission Normal 0 false false

    Normal 0 false false

  • Q : Explain Polling Polling : It is the

    Polling: It is the process of repeatedly testing until a situation becomes true. Polling can be incompetent when the time between tests is little compared with the time it will take for the condition to become true or right. A polling thread must slee

  • Q : Explain shell variables Explain the

    Explain the shell variables?

  • Q : Main function of context switching What

    What is the main function of context switching?

  • Q : Command to recognize type of file

    Specify the command which is used to recognize the type of file?

  • Q : Define the term Module Module : It is a

    Module: It is a group of program components, usually with restricted visibility to program components in other modules. Java employs packages to implement this perception.

  • Q : Explain Java PathFinder Java

    Java PathFinder: Java PathFinder (JPF) is a model checker that has been developed as a verification and testing environment for Java programs (Figure shown below). It is available as open source at SourceForge.net (JPF website). It consists of a custo