Copyright © 2003-2023 MultiMedia Soft

MovePictureOnPress property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property MovePictureOnPress As Boolean

 

[C#]

public bool MovePictureOnPress {get; set;}

 

[C++]

public: __property bool get_MovePictureOnPress();

public: __property void set_MovePictureOnPress(bool);

 

 

Remarks

Boolean value that determines the pictures behaviour when the button is pressed.

Supported values are the following:

Value

Meaning

False

Pictures will not make any movement rendering: useful for custom 3D rendering (see How to customise the 3D rendering of custom shaped controls for details).

True (default)

Pictures will move one pixel right-down to make the movement rendering.