ModelingWindowPane.GetComponentSelected(Object) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true iff obj is currently selected.
public:
 virtual bool GetComponentSelected(System::Object ^ obj);public bool GetComponentSelected(object obj);abstract member GetComponentSelected : obj -> bool
override this.GetComponentSelected : obj -> boolPublic Function GetComponentSelected (obj As Object) As BooleanParameters
- obj
- Object
Object to test
Returns
Returns true iff obj is currently selected.