共用方式為


Thumb.IsDragging 屬性

定義

取得 Thumb 控制項是否有焦點和滑鼠擷取。

public:
 property bool IsDragging { bool get(); };
bool IsDragging();
public bool IsDragging { get; }
var boolean = thumb.isDragging;
Public ReadOnly Property IsDragging As Boolean

屬性值

Boolean

bool

如果Thumb控制項具有焦點和滑鼠擷取,則為true;否則為false。 預設值為 false

適用於