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

In This Topic
    GetNag Method
    In This Topic
    Getter of the Nag attached property for runtime nagging.
    Syntax
    'Declaration
     
    
    Public Shared Function GetNag( _
       ByVal obj As DependencyObject _
    ) As Boolean
    public static bool GetNag( 
       DependencyObject obj
    )

    Parameters

    obj
    See Also