Unit SpeedButtonRollOver

******************************************** TSpeedButtonRollOver -> TSpeedButton A TSpeedButton that supports different glyphs for 3 states, up, down, and mouse over. You supply a seperate Glyph for each of these states. !! IMPORTANT NOTE !! In order for the Glyphs to be assigned properly when the mouse moves off a button, you must call the provided SpeedButtonRollOverMouseMove procedure on the MouseMove event of the form or control containing the speed buttons. Properties: GlyphDown: The glyph that will be used when the button is pressed. GlyphOver: The glyph that will be used when the mouse passes over the button. GlyphUp: The glyph that will be used when the button is not pressed.

Classes

TSpeedButtonRollOver -

Functions

Register -
SpeedButtonRollOverMouseMove -

Types

Constants

Variables


Functions


procedure Register;


procedure SpeedButtonRollOverMouseMove;


Types


Constants


Variables