PocketPlanner Programmer's Guide

DateEventArgs.Button Property

See Also

Gets the pressed mouse button.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public MouseButtons Button { get; }

Visual Basic

Public ReadOnly Property Button As MouseButtons

 Property Value

A member of the .NET MouseButtons enumeration specifying what mouse button was pressed.

 See Also