ControlSite.Select(Object) Method

Definition

Selects the ControlSite.

public:
 System::Object ^ Select(System::Object ^ Replace);
public object Select (object Replace);
abstract member Select : obj -> obj
Public Function Select (Replace As Object) As Object

Parameters

Replace
Object

true to replace the current selection with the specified object. false to extend the current selection to include any previously selected objects and the specified object.

Returns

true if the selection is successful; otherwise, false.

Applies to