Visual Basic (Declaration) | |
---|---|
Protected Overridable Function ShouldApplyItemContainerStyle( _ ByVal container As DependencyObject, _ ByVal item As Object _ ) As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As K2ReferencesComboBox Dim container As DependencyObject Dim item As Object Dim value As Boolean value = instance.ShouldApplyItemContainerStyle(container, item) |
C# | |
---|---|
protected virtual bool ShouldApplyItemContainerStyle( DependencyObject container, object item ) |
C++/CLI | |
---|---|
protected: virtual bool ShouldApplyItemContainerStyle( DependencyObject^ container, Object^ item ) |
Parameters
- container
- item
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2