←Select platform

SelectedObject Property

Summary

Gets or sets the object whose settings are edited by the grid.

Syntax

C#
VB
C++
public object SelectedObject { get; set; } 
Public Property SelectedObject() As Object 
public: 
property Object^ SelectedObject { 
   Object^ get(); 
   void set ( Object^ ); 
} 

Property Value

The first object in the object list. If there is no currently selected object the return is null.

Requirements

Target Platforms

Remarks

The SelectedObject property sets a single object into the grid to be browsed. If multiple objects are being browsed, this property returns the first one in the list. If no objects are selected, null is returned.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly