Share via


IWindowProvider.InteractionState 属性

定义

获取窗口的交互状态。

public:
 property WindowInteractionState InteractionState { WindowInteractionState get(); };
WindowInteractionState InteractionState();
public WindowInteractionState InteractionState { get; }
var windowInteractionState = iWindowProvider.interactionState;
Public ReadOnly Property InteractionState As WindowInteractionState

属性值

控件的交互状态,作为枚举的值。

适用于