For purchasing instructions please refer to the KSPIC.HLP
file or contact Kinetic Software.

These 5 files should have unzipped from the file KSPIC.ZIP:

DEMO.EXE      Delphi demo project using the KSPicButton
KSPIC.HLP     Help file for the KSPicButton
KSPIC.DCU     Free trial version of KSPicButton component
KSPIC.DCR     Component resource file
README.TXT    This file

Running the KSPicButton demo:

1.  From Windows got File|Run and type the path and filename
    to DEMO.EXE

If you have any problems running this demo please contact:

Kinetic Software
(Compuserve: 102065,563).
(Internet:   102065.563@Compuserve.Com)


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Properties Reference / extracted from kspic.hlp file /

Any KSPicButton properties you can't find below are standard Delphi properties 
that can be looked up in the Delphi help system.  If you have any properties or 
features you would like to see please let us know!

Custom Properties:


AutoSize	Boolean

Use this property to automatically match the size of the KSPicButton to the size of the 
BackGround bitmap.  Setting this property to True will disable the ability to resize the 
KSPicButton in design mode (since it will always snap back to the size of the background 
image)..


BackColor		TColor

The BackColor is the color behind the KSPicButton.  You will have to adjust the value of this 
property if your form background varies.


BackGround		TBitmap

This is the image displayed on the KSPicButton.  Use one of the 48 bitmaps bundled with the 
KSPicButton or use your own custom bitmap.  You can use the KSPicButton without a bitmap 
by just setting the FaceColor property to your desired color.


BorderColor		Boolean

This is the color of the border around the KSPicButton's face.


BorderWidth		Integer

This is the width of the Border in pixels.


DefaultBorderWidth	Integer

This property determines the thickness of the border when the Default property is set to True.


DefaultStyle		Enumerated (dsNone, dsThickBorder)

Determines how to display the KSPicButton's border when it is the Default button.


FaceColor		TColor

This is the color of the KSPicButton's face.  Set this property if you want to use the KSPicButton 
without a bitmap BackGround.  To reduce flicker you can set this color to a color similar to the 
BackGround bitmap.


FocusColor		TColor

The color of the Focus rectangle.


FocusInset		Integer

Determines how far the Focus rectangle is inset from the edge of the KSPicButton (in pixels).


OffsetDown		Integer

This value determines how far the face of the KSPicButton will be offset from the shadow 
rectangle when the button is pressed down.


OffsetUp		Integer

This value determines how far the face of the KSPicButton will be offset from the shadow 
rectangle when the button is in its normal (not pressed) state.


ShadowColor		TColor

Determines the color of the KSPicButton's "drop" shadow.


ShowFocus		Boolean

Set ShowFocus to False if you do not wish the focus rectangle to be drawn on the button face 
when the KSPicButton has focus.  The default value is True.


Stretch		Boolean

This property determines whether or not the BackGround will stretch to fit the face of the 
KSPicButton.  In some ways this the opposite of AutoSize.


Copyright © 1995 Kinetic Software