property Button.IncClientState(State as StateEnum, Side as SideEnum) as Long
Adjusts the control's client area for the specified side and state.

TypeDescription
State as StateEnum A StateEnum expression that indicates the State's client area being changed.
Side as SideEnum A SideEnum expression that indicates the side being changed.
Long A long expression that indicates the offset used to indent the button's client area, in pixels.
The Caption and the Image property are displayed on the button's client area. Each skin defines an area called client area. On the client area of the skin you can get displayed the 'Caption' string. The control's client area and the button's client area is different. The control's client area is determined by the control's window, since the button's client area is determined by the properties BorderWidth, BorderHeight, and IncClientState. Use the IncClientState( exPushed ) property to indent the area where the Image and the Caption of the button are displayed. By default the IncClientState( exPushed, exLeftSide ) and IncClientState( exPushed, exLeftSide ) are 2. Set IncClientState( exPushed, exLeftSide ) and IncClientState( exPushed, exTopSide ) on 0 (zero) to avoid indenting the area where the Image and the Caption of the button are displayed. The Style property changes the IncClientState property based on each style.