LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Rows Property (LayoutSelectorToolStripMenuItem)

Show in webframe






Gets or sets the number of rows in the menu.
Syntax
public int Rows {get; set;}
'Declaration
 
Public Property Rows As Integer
'Usage
 
Dim instance As LayoutSelectorToolStripMenuItem
Dim value As Integer
 
instance.Rows = value
 
value = instance.Rows

            

            
public: __property int get_Rows();
public: __property void set_Rows( 
   int value
);
public:
property int Rows {
   int get();
   void set (    int value);
}

Property Value

The number of rows in the menu.
Requirements

Target Platforms

See Also

Reference

LayoutSelectorToolStripMenuItem Class
LayoutSelectorToolStripMenuItem Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.