StructuredCompositeActivityDesigner.CurrentDropTarget 属性

定义

获取或设置由 GetDropTargets(Point) 返回的放置目标数组中当前放置目标的索引。Gets or sets the index of the current drop target in the array of drop targets returned by GetDropTargets(Point).

protected:
 virtual property int CurrentDropTarget { int get(); void set(int value); };
protected virtual int CurrentDropTarget { get; set; }
member this.CurrentDropTarget : int with get, set
Protected Overridable Property CurrentDropTarget As Integer

属性值

Int32

一个整数,表示设计器的当前放置目标的索引。An integer that represents the index of the current drop target for the designer.

适用于