'Declaration Public Overloads Shared Function CreateVintasoftMouseButtons( _
ByVal button As System.Windows.Input.MouseButton _
) As Vintasoft.Imaging.UI.VintasoftMouseButtons
public static Vintasoft.Imaging.UI.VintasoftMouseButtons CreateVintasoftMouseButtons(
System.Windows.Input.MouseButton button
)
public: static Vintasoft.Imaging.UI.VintasoftMouseButtons CreateVintasoftMouseButtons(
System.Windows.Input.MouseButton* button
)
public:
static Vintasoft.Imaging.UI.VintasoftMouseButtons CreateVintasoftMouseButtons(
System.Windows.Input.MouseButton^ button
)
Parameters
- button
- The System.Windows.Input.MouseButton object to convert.
Return Value
The VintasoftMouseButtons object.