Copyright © 2003-2024 MultiMedia Soft
MovePictureOnPress property
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.