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

FrameNumber Property







Gets or sets the frame number to scroll to.
Syntax
public int FrameNumber {get; set;}
'Declaration
 
Public Property FrameNumber As Integer
'Usage
 
Dim instance As ChangeCellScrollCommand
Dim value As Integer
 
instance.FrameNumber = value
 
value = instance.FrameNumber
public int FrameNumber {get; set;}
 get_FrameNumber();
set_FrameNumber(value);
public: __property int get_FrameNumber();
public: __property void set_FrameNumber( 
   int value
);
public:
property int FrameNumber {
   int get();
   void set (    int value);
}

Property Value

The frame number to scroll to.
Remarks
This only apply when the Scroll has a value of Custom.
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

ChangeCellScrollCommand Class
ChangeCellScrollCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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