Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Guide To CA-Clipper - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

     <oRadioButto>:hitTest(<nMouseRow>, <nMouseCol>)
        --> <nHitStatus>

        <nMouseRow> is a numeric value that indicates the current screen row
        position of the mouse cursor.

        <nMouseCol> is a numeric value that indicates the current screen
        column position of the mouse cursor.

        Returns a numeric value that indicates the relationship of the mouse
        cursor with the radio button.

        Applicable Hit Test Return Values
        ---------------------------------------------------------------------
        Value   Constant    Description
        ---------------------------------------------------------------------
        0       HTNOWHERE   The mouse cursor is not within the region of the
                            screen that the radio button occupies
        -1025   HTCAPTION   The mouse cursor is on the radio button's caption
        -2049   HTCLIENT    The mouse cursor is on the radio button
        ---------------------------------------------------------------------

        Button.ch contains manifest constants for the RadioButto:hitTest()
        return value.

        hitTest() is a method of the RadioButto class that is used for
        determining if the mouse cursor is within the region of the screen
        that the radio button occupies.

        hitTest() returns a numeric value in order to maintain an appropriate
        level of symmetry with the hitTest() methods contained within the
        other data input control classes.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson