LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

SelectedRows Property







Gets or sets the number of selected rows.
Syntax
public int SelectedRows {get; set;}
'Declaration
 
Public Property SelectedRows As Integer
'Usage
 
Dim instance As LayoutSelectorToolStripMenuItem
Dim value As Integer
 
instance.SelectedRows = value
 
value = instance.SelectedRows
public int SelectedRows {get; set;}
 get_SelectedRows();
set_SelectedRows(value);
public: __property int get_SelectedRows();
public: __property void set_SelectedRows( 
   int value
);
public:
property int SelectedRows {
   int get();
   void set (    int value);
}

Property Value

The number of selected rows.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LayoutSelectorToolStripMenuItem Class
LayoutSelectorToolStripMenuItem Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.