IIntellisenseFilter 接口

定义

重要

此 API 不符合 CLS。

定义用于向底部添加一行筛选器按钮的筛选器

public interface class IIntellisenseFilter
public interface class IIntellisenseFilter
__interface IIntellisenseFilter
[System.CLSCompliant(false)]
public interface IIntellisenseFilter
[<System.CLSCompliant(false)>]
type IIntellisenseFilter = interface
Public Interface IIntellisenseFilter
派生
属性

属性

AccessKey

用于切换筛选器状态的键。

AutomationText

用于表示自动化按钮的字符串。

IsChecked

用户是否打开了筛选器?

IsEnabled

是否启用了筛选器?

Moniker

筛选器按钮上显示的图标。

ToolTip

当鼠标悬停在按钮上时显示的工具提示。

适用于