updateScrollStokeColor Method

Summary

Updates the stroke color of the scroll bar for the respective cell.

Syntax

TypeScript
JavaScript
Cell.prototype.updateScrollStokeColor = function( 
   r , 
   g , 
   b , 
   a  
) 
   updateScrollStokeColor(r: number, g: number, b: number, a: number): void; 

Parameters

r

A number value that references the red color channel of the scroll bar.

g

A number value that references the green color channel of the scroll bar.

b

A number value that references the blue color channel of the scroll bar.

a

A number value that references the alpha channel of the scroll bar.

Remarks

To hide or fade the scroll bar's stroke color, call the cell's updateScrollStrokeColor method with an updated alpha channel value.

Requirements

Target Platforms

See Also

Cell

Cell Members

Leadtools.Controls.Medical Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.