Copyright © 2003-2024 MultiMedia Soft

ButtonRaiseFactor property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property ButtonRaiseFactor As Short

 

[C#]

public short ButtonRaiseFactor {get; set;}

 

[C++]

public: __property short get_ButtonRaiseFactor();

public: __property void set_ButtonRaiseFactor(short);

 

 

Remarks

Determines how much raised (or sunken) is a button when it is not pressed (or when it is pressed).

The raise factor range is between 0 and 9: if the value exceed this range, 1 will be assumed; by default the factor 1 is selected.

Here follows a sample of a custom shaped button with the ButtonRaiseFactor property set to 1 (default):

3dcm_i000045

and here is the same button with the ButtonRaiseFactor property set to 4:

3dcm_i000046