GridItem.Select Method

Definition

When overridden in a derived class, selects this GridItem in the PropertyGrid.

public:
 abstract bool Select();
public abstract bool Select ();
abstract member Select : unit -> bool
Public MustOverride Function Select () As Boolean

Returns

true if the selection is successful; otherwise, false.

Applies to