ApplyPropertyChange Method

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Calls the hosting dialog, if it exists, to to indicate that a property has changed, and that the dialog should do whatever is necessary to propagate the change to the native control. Note that if the dialog isn't set yet, there are no restrictions on setting the property.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
protected void ApplyPropertyChange(
	string propName
)
Visual Basic (Declaration)
Protected Sub ApplyPropertyChange ( _
	propName As String _
)
Visual C++
protected:
void ApplyPropertyChange(
	String^ propName
)

Parameters

propName
Type: System..::.String
The name of the property that is changing.

See Also