Version

SetParentProperty Method

Sets the appearanceProperty field to a property name.
Syntax
'Declaration
 
Public Sub SetParentProperty( _
   ByVal propertyName As String _
) 
public void SetParentProperty( 
   string propertyName
)

Parameters

propertyName
Name of a public property on the parent.
Remarks

This initializes the AppearanceHelper's appearanceProperty field. It does not check whether the property supplied exists or is public on the parentAppearance object. If an invalid property name is specified then subsequent calls to UpdateParentProperty may have no effect.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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