De-selects specified component.
[Visual Basic] Public Sub DeselectComponent( _ ByVal component As IComponent _ ) [C#] public void DeselectComponent( IComponent component ); [C++] public: void DeselectComponent( IComponent* component ); [JScript] public function DeselectComponent( IComponent component );
All selected components are automatically deselected when the FormDesigner is swiched from design mode to run mode.
The call to this method is ignored if the FormDesigner is operating in run mode.
No exception occurs if the specified component is not previously selected.
FormDesigner Class | Viklele.Win.Designer Namespace | SelectComponent | SelectAllComponents | DeselectAllComponents