appbar Sliding structure (sliding effect)
Sub-properties
Return to Introduction  Previous page  Next page
Applies to
acAppBar component.  

Declaration
type  
  TacAppBarSliding = class  
  published  
    property Enabled: Boolean;  
    property SlideTime: Word; // in milliseconds  
  end;  

Description
The sliding effect used to animate all automatic movements of the AppBar. This effect can be displayed when you programatically changing the Placement property, or when the hidden AppBar (with AutoHide = True), popup to the screen.  
 
To enable or disable sliding effect — use Enabled property. To specify duration of effect — use SlideTime property.