--%>

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 : Uses of the Utilities.Trim function

    Some tools on the web page I am testing have leading or trailing whitespaces. I am utilizes the Utilities.Trim function to eliminate them, but sometimes this does not work. What is incorrect?

  • Q : What is Signal Handler Signal Handlers:

    Signal Handlers: In some operating systems, signal handlers are executed on a thread stack; they “overlay” the current thread execution (which may be used, for example, in combination with setjmp/longjmp to create user-domain lightweight t

  • Q : What is Abstract method Abstract method

    Abstract method: This is a method with the abstract reserved word in its header. The abstract method has no method body. Methods stated in an interface are for all time abstract. The body of an abstract method should be stated in a su

  • Q : What is a Real-Time System What is a

    What is a Real-Time System?

  • Q : Define Inconsistent state Inconsistent

    Inconsistent state: A state which an object must not be in. A class requires to be carefully designed in order to make sure that none of its examples can get into a conflicting state. An illustration of an inconsistent state may be a football team wit

  • Q : Examples for 8 -16 - 32 bit

    Normal 0 false false

  • Q : Explain the Automated Software testing

    Explain the Automated Software testing life cycle.

  • Q : BAT files and shell scripts Using the

    Using the Web as a resource for your investigation, find out and explain what BAT files and shell scripts contain, and what they are used for. In the light of your findings, discuss why an operating system would provide both a graphical user interface

  • Q : What are the tools require writing

    What are the tools require writing XHTML documents?

  • Q : Describe Real number Real number : It

    Real number: It is a number with an integer and a fractional portion. The primitive types double and float are employed to symbolize real numbers.