Properties exposed through ActiveX controls
Write down the properties exposed through ActiveX controls?
Expert
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.
Q. Explain the use of private, public, protected access specifies.
Define the term Nested class: It is a class stated within an enclosing class.
State the term multi tasking.
Shortcut key: A key-press related with a component in a Graphical User Interface (abbreviated as GUI) which provides an alternative to choosing the component's operation with mouse.
Input output formatting in C++: C++ support
Bridging method: A method which offers a bridge between methods of a class's public interface and its private implementation. Bridging methods will usually contain non-public visibility.
Recursion: Recursion outcomes from a method being invoked whenever an existing call to the similar method has not yet returned. For example: public static void countDown(int n){
Explain Downcast with example: It is a cast towards an object's dynamic kind - that is, `down' the inheritance hierarchy. For illustration: // Downcast from Object to String
Layout manager: The object responsible for sharing the accessible space between multiple components in a graphical container.
Super type: It is a type with a child sub type. The sub-type or super-type relationship is more common than the sub-class or super-class relationship. An interface which is implemented by the class is a super type of the class. The interface which is
18,76,764
1959825 Asked
3,689
Active Tutors
1444762
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!