Intersoft ClientUI Documentation
ItemContainerStyle Property (ISelection)



Gets or sets the Style that is applied to the container element generated for each item.
Syntax
Property ItemContainerStyle As Style
Dim instance As ISelection
Dim value As Style
 
instance.ItemContainerStyle = value
 
value = instance.ItemContainerStyle
Style ItemContainerStyle {get; set;}
property Style^ ItemContainerStyle {
   Style^ get();
   void set (    Style^ value);
}

Property Value

The Style that is applied to the container element generated for each item. The default is null.
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

ISelection Interface
ISelection Members

Send Feedback