[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control Interfaces=Component,MarshalByRefObject,Object,ControlManager Info=Represents a Windows picture box control for displaying an image Category=Common [Edit] Class=Image Color=BackColor [Property] Width= | |100 Height= | |50 BackColor= | |clBtnFace @BorderStyle=Indicates the border style for the control. ARG(BorderStyle)|14|0|None,FixedSingle,Fixed3D @ErrorImage=Sets the image to display when an error occurs during the image-loading process or if the image load is canceled. ARG(Image)|20|(empty)|Image @Image=Sets the image that is displayed by PictureBox. ARG(Image)|20|(empty)|Image @ImageLocation=Sets the path or URL for the image to display in the PictureBox. ARG(string)|2| @InitialImage=Sets the image displayed in the PictureBox control when the main image is loading. ARG(Image)|20|(empty)|Image @SizeMode=Indicates how the image is displayed. ARG(PictureBoxSizeMode)|14|0|Normal,StretchImage,AutoSize,CenterImage,Zoom @WaitOnLoad=Sets a value indicating whether an image is loaded synchronously. ARG(bool)|14|1|True,False [Methods] *doCancelAsync=Cancels an asynchronous image load. ARG()|1|0 *doImeMode=Sets the Input Method Editor mode supported by this control. ARG(ImeMode)|1|0 *doLoad=Displays the image specified by the ImageLocation property of the PictureBox. ARG()|1|0 doLoad2=Sets the ImageLocation to the specified URL and displays the image indicated. ARG(string url)|1|0 *doLoadAsync=Loads the image asynchronously. ARG()|1|0 *doLoadAsync2=Loads the image at the specified location, asynchronously. ARG(string url)|1|0 *onLoadCompleted=Occurs when the asynchronous image-load operation is completed, been canceled, or raised an exception. ARG(AsyncCompletedEventArgs)|2|0 *onLoadProgressChanged=Occurs when the progress of an asynchronous image-loading operation has changed. ARG(ProgressChangedEventArgs)|2|0 *onSizeModeChanged=Occurs when SizeMode changes. ARG(EventArgs)|2|0 *BorderStyle=Indicates the border style for the control. ARG(BorderStyle)|3|0 *ErrorImage=Returns the image to display when an error occurs during the image-loading process or if the image load is canceled. ARG(Image)|3|0 *Image=Returns the image that is displayed by PictureBox. ARG(Image)|3|0 *ImageLocation=Returns the path or URL for the image to display in the PictureBox. ARG(string)|3|2 *ImeMode=Returns the Input Method Editor mode supported by this control. ARG(ImeMode)|3|0 *InitialImage=Returns the image displayed in the PictureBox control when the main image is loading. ARG(Image)|3|0 *SizeMode=Indicates how the image is displayed. ARG(PictureBoxSizeMode)|3|0 *WaitOnLoad=Returns a value indicating whether an image is loaded synchronously. ARG(bool)|3|104 PictureBox=Returns the PictureBox object. ARG(PictureBox)|3|0 url=The path for the image to display in the PictureBox. ARG(string)|4|2