Source Property (ContentInfo)
Gets or sets the Source. When not specified or set to Self, the nested layout that made the call is searched for a matching pane. When set to All Screens, Source Screen, or Primary Screen, only the topmost level of the layout is searched for a matching pane.
This is applicable only when the screen name is not provided or is invalid.
Syntax
'Declaration Public Property Source As Object
'Usage Dim instance As ContentInfo Dim value As Object instance.Source = value value = instance.Source
public object Source {get; set;}
Property Value
SourceRequirements
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