Functions | |
bool | PictureBox_IsCursorOver () |
Is the mouse cursor over the control. | |
void | PictureBox_GetFocus () |
Get the focus. | |
void | PictureBox_SetKeyDown () |
Set the event key down. | |
void | PictureBox_SetKeyUp () |
Set the event key up. | |
void | PictureBox_SetMouseMotion () |
Set the event mouse motion. | |
void | PictureBox_SetMouseButtonDown () |
Set the event mouse button down. | |
void | PictureBox_SetMouseButtonUp () |
Set the event mouse button up. | |
string | PictureBox_GetName () |
Get the name. | |
int | PictureBox_GetX () |
Get the X coordinate. | |
int | PictureBox_GetY () |
Get the Y coordinate. | |
int | PictureBox_GetWidth () |
Get the width. | |
int | PictureBox_GetHeight () |
Get the height. | |
string | PictureBox_GetBackStyle () |
Get the back style. | |
string | PictureBox_GetAppearance () |
Get the appearance. | |
int | PictureBox_GetBackColor () |
Get the back color. | |
ludata | PictureBox_GetPicture () |
Get the picture. | |
ludata | PictureBox_GetMousePointer () |
Get the mouse pointer. | |
bool | PictureBox_GetEnable () |
Get the enable. | |
bool | PictureBox_GetVisible () |
Get the visible. | |
void | PictureBox_GetTransparency () |
Get the transparency. | |
string | PictureBox_GetType () |
Get the type. | |
void | PictureBox_SetName (string val) |
Set the name. | |
void | PictureBox_SetBackStyle (string val) |
Set the back style. | |
void | PictureBox_SetBackStyle (int val) |
Set the back style. | |
void | PictureBox_SetAppearance (string theme, string skin) |
Set the appearance. | |
void | PictureBox_SetBackColor (int val) |
Set the back color. | |
void | PictureBox_SetPicture (string val) |
Set the picture. | |
void | PictureBox_SetMousePointer (string val) |
Set the mouse pointer. | |
void | PictureBox_SetMousePointer () |
Set the mouse pointer. | |
void | PictureBox_SetEnable (bool val) |
Set the enable. | |
void | PictureBox_SetVisible (bool val) |
Set the visible. | |
void | PictureBox_SetTransparency (bool val) |
Set the transparency. |