LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

AutoHidePanelDockedLength Property

Show in webframe






Gets or sets the length (Widht/Height) of the ContainerControl in the docked state.
Syntax
public int AutoHidePanelDockedLength {get; set;}
'Declaration
 
Public Property AutoHidePanelDockedLength As Integer
'Usage
 
Dim instance As StudiesChronologicalSequenceBuilder
Dim value As Integer
 
instance.AutoHidePanelDockedLength = value
 
value = instance.AutoHidePanelDockedLength

            

            
public: __property int get_AutoHidePanelDockedLength();
public: __property void set_AutoHidePanelDockedLength( 
   int value
);
public:
property int AutoHidePanelDockedLength {
   int get();
   void set (    int value);
}

Property Value

The length (Widht/Height) of the ContainerControl in the docked state.
Requirements

Target Platforms

See Also

Reference

StudiesChronologicalSequenceBuilder Class
StudiesChronologicalSequenceBuilder Members

 

 


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