'componentFromPoint()' Possible Values : componentFromPoint « Javascript Methods « JavaScript Reference

JavaScript Reference
1. Event Handlers Reference
2. Javascript Collections
3. Javascript Methods
4. Javascript Objects
5. Javascript Properties
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Tutorial
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
JavaScript Reference » Javascript Methods » componentFromPoint 
'componentFromPoint()' Possible Values

Possible Values

    String.                 Returns one of the following possible values:
    empty string          Component is inside the client area of the object.
    outside                  Component is outside the bounds of the object.
    scrollbarDown          Down scroll arrow is at the specified location.
    scrollbarHThumb          Horizontal scroll thumb or box is at the specified location.
    scrollbarLeft          Left scroll arrow is at the specified location.
    scrollbarPageDown     Page-down scroll bar shaft is at the specified location.
    scrollbarPageLeft      Page-left scroll bar shaft is at the specified location.
    scrollbarPageRight      Page-right scroll bar shaft is at the specified location.
    scrollbarPageUp          Page-up scroll bar shaft is at the specified location.
    scrollbarRight          Right scroll arrow is at the specified location.
    scrollbarUp              Up scroll arrow is at the specified location.
    scrollbarVThumb          Vertical scroll thumb or box is at the specified location.
    handleBottom          Bottom sizing handle is at the specified location.
    handleBottomLeft      Lower-left sizing handle is at the specified location.
    handleBottomRight      Lower-right sizing handle is at the specified location.
    handleLeft              Left sizing handle is at the specified location.
    handleRight              Right sizing handle is at the specified location.
    handleTop              Top sizing handle is at the specified location.
    handleTopLeft          Upper-left sizing handle is at the specified location.
    handleTopRight          Upper-right sizing handle is at the specified location.

    
      
      
Related examples in the same category
1. 'componentFromPoint()' Syntax, Parameters and Note
2. 'componentFromPoint()' Example
3. 'componentFromPoint()' is applied to
www.java2java.com | Contact Us
Copyright 2010 - 2030 Java Source and Support. All rights reserved.
All other trademarks are property of their respective owners.