IIntellisenseFilter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Defines a filter used to add a row of filter buttons to the bottom
public interface class IIntellisenseFilter
public interface class IIntellisenseFilter
__interface IIntellisenseFilter
[System.CLSCompliant(false)]
public interface IIntellisenseFilter
public interface IIntellisenseFilter
[<System.CLSCompliant(false)>]
type IIntellisenseFilter = interface
type IIntellisenseFilter = interface
Public Interface IIntellisenseFilter
- Derived
- Attributes
Properties
AccessKey |
The key used to toggle the filter's state. |
AutomationText |
String used to represent the button for automation. |
IsChecked |
Has the user turned the filter on? |
IsEnabled |
Is the filter enabled? |
Moniker |
The icon shown on the filter's button. |
ToolTip |
The tooltip shown when the mouse hovers over the button. |