Represents a filter dropdown dialog's item control.
Object Model
Syntax
'Declaration
<System.Windows.TemplateVisualStateAttribute(Name="Focused", GroupName="FocusStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Unfocused", GroupName="FocusStates")>
Public Class DropDownItemControl
Inherits DropDownItemBaseControl
'Usage
Dim instance As DropDownItemControl
[System.Windows.TemplateVisualState(Name="Focused", GroupName="FocusStates")]
[System.Windows.TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Unfocused", GroupName="FocusStates")]
public class DropDownItemControl : DropDownItemBaseControl
Inheritance Hierarchy
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ContentControl
GrapeCity.Windows.SpreadSheet.UI.DropDownItemBaseControl
GrapeCity.Windows.SpreadSheet.UI.DropDownItemControl
See Also