ArcFM Engine Developer Guide
SetCustomVisualStateManager Method


Syntax
'Declaration
 
Public Shared Sub SetCustomVisualStateManager( _
   ByVal obj As FrameworkElement, _
   ByVal value As VisualStateManager _
) 
'Usage
 
Dim obj As FrameworkElement
Dim value As VisualStateManager
 
VisualStateManager.SetCustomVisualStateManager(obj, value)
public static void SetCustomVisualStateManager( 
   FrameworkElement obj,
   VisualStateManager 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

VisualStateManager Class
VisualStateManager Members

 

 


Send Comment