LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Scroll Property

Show in webframe






Gets or sets the ChangeCellScrollCommand.ScrollLocation that tells the command how to apply the scrolling.
Syntax
public ChangeCellScrollCommand.ScrollLocation Scroll {get; set;}
'Declaration
 
Public Property Scroll As ChangeCellScrollCommand.ScrollLocation
'Usage
 
Dim instance As ChangeCellScrollCommand
Dim value As ChangeCellScrollCommand.ScrollLocation
 
instance.Scroll = value
 
value = instance.Scroll

            

            
public: __property ChangeCellScrollCommand.ScrollLocation get_Scroll();
public: __property void set_Scroll( 
   ChangeCellScrollCommand.ScrollLocation value
);
public:
property ChangeCellScrollCommand.ScrollLocation Scroll {
   ChangeCellScrollCommand.ScrollLocation get();
   void set (    ChangeCellScrollCommand.ScrollLocation value);
}

Property Value

The ChangeCellScrollCommand.ScrollLocation that tells the command how the scroll is applied.
Requirements

Target Platforms

See Also

Reference

ChangeCellScrollCommand Class
ChangeCellScrollCommand Members

 

 


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