Intersoft ClientUI Documentation
IsSelectorStyle Method (ContainerStyleSelector)



A style object.
Determines whether the specified Style is defined in ItemContainerStyleSelector.
Syntax
Public Overridable Function IsSelectorStyle( _
   ByVal style As Style _
) As Boolean
Dim instance As ContainerStyleSelector
Dim style As Style
Dim value As Boolean
 
value = instance.IsSelectorStyle(style)
public virtual bool IsSelectorStyle( 
   Style style
)
public:
virtual bool IsSelectorStyle( 
   Style^ style
) 

Parameters

style
A style object.

Return Value

True if the specified style is defined in ItemContainerStyleSelector.
Requirements

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

See Also

Reference

ContainerStyleSelector Class
ContainerStyleSelector Members

Send Feedback