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

Speed Property







Gets or sets the speed of collapsing and expanding.
Syntax
public int Speed {get; set;}
'Declaration
 
Public Property Speed As Integer
'Usage
 
Dim instance As AutoHidePanel
Dim value As Integer
 
instance.Speed = value
 
value = instance.Speed
public int Speed {get; set;}
 get_Speed();
set_Speed(value);
public: __property int get_Speed();
public: __property void set_Speed( 
   int value
);
public:
property int Speed {
   int get();
   void set (    int value);
}

Property Value

The speed of collapsing and expanding. Minimum value is 1 and maximum is System.Int32.MaxValue
Remarks

The speed is relative to the Size of the control.

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

AutoHidePanel Class
AutoHidePanel Members

 

 


Products | Support | Contact Us | Copyright Notices

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