'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.