Reflection
SubItems Property (IUiMode)


Gets a collection of subitems. Each subitem is returned as a user interface control.
Syntax
'Declaration
 
ReadOnly Property SubItems As ICollection(Of IUiControl)
'Usage
 
Dim instance As IUiMode
Dim value As ICollection(Of IUiControl)
 
value = instance.SubItems
ICollection<IUiControl> SubItems {get;}
See Also