PocketPlanner Programmer's Guide

ItemMouseEventArgs.ResizeStart Property

See Also

Gets a value indicating whether the item's start is about to be resized.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public bool ResizeStart { get; }

Visual Basic

Public ReadOnly Property ResizeStart As Boolean

 Property Value

A Boolean value indicating whether the item's start is about to be resized in an ItemClick event.

 See Also