Thumb.IsDragging 属性

定义

获取 Thumb 控件是否具有逻辑焦点和鼠标捕获,以及鼠标左键是否按下。

public:  property bool IsDragging {  public:
bool get(); protected:
 void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(false)]
public bool IsDragging { get; protected set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(false)>]
member this.IsDragging : bool with get, set
Public Property IsDragging As Boolean

属性值

如果 Thumb 控件具有焦点和鼠标捕获,则为 true;否则为 false。 默认值是 false

属性

注解

IsDragging 属性更改其值时, OnDraggingChanged 将调用 方法。

从 .NET Framework版本 3.0 Service Pack 1 开始,IsDragging具有受保护的资源库。 若要使用此功能,应用程序应面向.NET Framework版本 3.5。 有关详细信息,请参见版本和依赖关系

依赖项属性信息

标识符字段 IsDraggingProperty
元数据属性设置为 true

适用于

另请参阅