Version

TimelineViewAdjustableElementResizingPhase Enumeration

Constants which describe the phase of a resize operation involving a AdjustableUIElement derived element such as a row or column header.
Syntax
'Declaration
 
Public Enum TimelineViewAdjustableElementResizingPhase 
   Inherits System.Enum
public enum TimelineViewAdjustableElementResizingPhase : System.Enum 
Members
MemberDescription
BeginningThe operation is beginning.
CancelingThe operation has been canceled by the user; implies that no 'Ending' phase will occur.
ContinuingThe operation is continuing by moving the mouse while the element is captured.
EndingThe operation has been completed normally by the user, i.e., was not canceled, and the user released the mouse button.
NoneUndefined
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also