CheckPropertyChangeAllowed Method

Vista Bridge Library

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

Calls the hosting dialog, if it exists, to check whether the property can be set in the dialog's current state. The host should throw an exception if the change is not supported. 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 CheckPropertyChangeAllowed(
	string propName
)
Visual Basic (Declaration)
Protected Sub CheckPropertyChangeAllowed ( _
	propName As String _
)
Visual C++
protected:
void CheckPropertyChangeAllowed(
	String^ propName
)

Parameters

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

See Also