ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / Element Class / SetFlags Method / SetFlags(ElementFlags,Boolean,Boolean) Method

In This Topic
    SetFlags(ElementFlags,Boolean,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function SetFlags( _
       ByVal flags As Element.ElementFlags, _
       ByVal value As System.Boolean, _
       ByVal notify As System.Boolean _
    ) As System.Boolean
    public System.bool SetFlags( 
       Element.ElementFlags flags,
       System.bool value,
       System.bool notify
    )

    Parameters

    flags
    value
    notify
    See Also