Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1NagScreen Class / SetNag Method

In This Topic
    SetNag Method
    In This Topic
    Setter of the Nag attached property for runtime nagging.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetNag( _
       ByVal obj As DependencyObject, _
       ByVal value As Boolean _
    ) 
    public static void SetNag( 
       DependencyObject obj,
       bool value
    )

    Parameters

    obj
    value
    See Also