Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / MouseButtonCombination Class / Button Property
Example


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
Example
private System.Windows.Forms.MouseButtons mouseButton;
private MouseButtonCombination mouseCombination;
//Call The Button property
mouseButton = mouseCombination.Button;
See Also