ArcFM Engine Developer Guide
SetVisualStateBehavior Method


Sets the value of the VisualStateBehavior attached property. Setting the value will attach the behavior to the instance of the control.
Syntax
'Declaration
 
Public Shared Sub SetVisualStateBehavior( _
   ByVal obj As DependencyObject, _
   ByVal value As VisualStateBehavior _
) 
'Usage
 
Dim obj As DependencyObject
Dim value As VisualStateBehavior
 
VisualStateBehavior.SetVisualStateBehavior(obj, value)
public static void SetVisualStateBehavior( 
   DependencyObject obj,
   VisualStateBehavior value
)

Parameters

obj
value
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

VisualStateBehavior Class
VisualStateBehavior Members

 

 


Send Comment