Share via


UIElement3D.IsMouseCaptured 屬性

定義

取得值,指出是否將滑鼠擷取至這個項目。

public:
 property bool IsMouseCaptured { bool get(); };
public bool IsMouseCaptured { get; }
member this.IsMouseCaptured : bool
Public ReadOnly Property IsMouseCaptured As Boolean

屬性值

如果項目具有滑鼠擷取,則為 true;否則為 false。 預設為 false

實作

備註

滑鼠擷取狀態與進程內拖放作業有關。

相依性屬性資訊

標識元欄位 IsMouseCapturedProperty
設定為的元數據屬性 true

適用於

另請參閱