Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICompositeShape Interface / Deselect Method
if true, only children will be deselected. Otherwise both this drawing object will be deselected too.
True if need to re-paint.


In This Topic
    Deselect Method (ICompositeShape)
    In This Topic
    Deselect this drawing object and all its selected children.
    Syntax
    'Declaration
     
    
    Sub Deselect( _
       ByVal childrenOnly As Boolean, _
       ByVal notifyUI As Boolean _
    ) 
    'Usage
     
    
    Dim instance As ICompositeShape
    Dim childrenOnly As Boolean
    Dim notifyUI As Boolean
     
    instance.Deselect(childrenOnly, notifyUI)
    void Deselect( 
       bool childrenOnly,
       bool notifyUI
    )

    Parameters

    childrenOnly
    if true, only children will be deselected. Otherwise both this drawing object will be deselected too.
    notifyUI
    True if need to re-paint.
    See Also