Reflection
Button Property (MouseButtonCombination)


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