InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / MouseButtonCombination Class / Button Property


In This Topic
    Button Property (MouseButtonCombination)
    In This Topic
    Gets the mouse button associated with the combination.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Button As MouseButtons
    'Usage
     
    
    Dim instance As MouseButtonCombination
    Dim value As MouseButtons
     
    value = instance.Button
    public MouseButtons Button {get;}
    See Also