Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / RemoveStateNotify Method
Target


In This Topic
    RemoveStateNotify Method (ElementWindowless)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Sub RemoveStateNotify( _
       ByVal target As IStateNotify _
    ) 
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim target As IStateNotify
     
    instance.RemoveStateNotify(target)
    public void RemoveStateNotify( 
       IStateNotify target
    )

    Parameters

    target
    Target
    See Also