Previous topic Next topic
PICTURE
Help > Controls >

/////////////////////////////////////////////////////////////////////
// PICTURE
/////////////////////////////////////////////////////////////////////

#command @ <row>, <col> PICTURE <name> ;
      [ OBJ <obj> ] ;
      [ <dummy1: OF, PARENT> <parent> ] ;
      [ <dummy2: ACTION,ON CLICK,ONCLICK> <action> ] ;
      [ WIDTH <w> ] ;
      [ HEIGHT <h> ] ;
      [ <stretch: STRETCH> ] ;
      [ HELPID <helpid> ] 		;
      [ <invisible: INVISIBLE> ] ;
      [ <rtl: RTL> ] ;
      [ SUBCLASS <subclass> ] ;
      [ BACKCOLOR <backcolor> ] ;
      [ <dummy3: PICTURE, ICON> <filename> ] ;
      [ BUFFER <buffer> ] ;
      [ HBITMAP <hbitmap> ] ;
      [ <scale: FORCESCALE> ] ;
      [ <border: BORDER> ] ;
      [ <clientedge: CLIENTEDGE> ] ;
      [ TOOLTIP <tooltip> ] ;
      [ <imagesize: IMAGESIZE> ] ;
      [ <notrans: NOLOADTRANSPARENT> ] ;
      [ <no3dcolors: NO3DCOLORS> ] ;
      [ <nodib: NODIBSECTION> ] ;
      [ <style: TRANSPARENT> ] ;
      [ EXCLUDEAREA <area> ] ;
      [ <disabled: DISABLED> ] ;
   => ;
      [ <obj> := ] _OOHG_SelectSubClass( TPicture(), [ <subclass>() ] ): ;
            Define( <(name)>, <(parent)>, <col>, <row>, <filename>, <w>, <h>, ;
            <buffer>, <hbitmap>, <.stretch.>, <.scale.>, <.imagesize.>, ;
            <.border.>, <.clientedge.>, <backcolor>, <{action}>, <tooltip>, ;
            <helpid>, <.rtl.>, <.invisible.>, <.notrans.>, <.no3dcolors.>, ;
            <.nodib.>, <.style.>, <area>, <.disabled.> )