Back to The Visual Basic Object Properties Metanode


Properties list:

  • Align
  • Appearance
  • AutoRedraw
  • AutoSize
  • BackColor
  • BorderStyle
  • CausesValidation
  • Circle - Function
  • ClipControls
  • Cls - Function
  • Container
  • CurrentX
  • CurrentY
  • DataChanged
  • DataField
  • DataFormat
  • DataMember
  • DataSource
  • Drag - Function
  • DragIcon
  • DragMode
  • DrawMode
  • DrawStyle
  • DrawWidth
  • Enabled
  • FillColor
  • FillStyle
  • Font
  • FontBold
  • FontItalic
  • FontName
  • FontSize
  • FontStrikeThru
  • FontTransparent
  • FontUnderline
  • ForeColor
  • HasDC
  • hDC
  • Height
  • HelpContextID
  • hWnd
  • Image
  • Index
  • Left
  • Line - Function
  • LinkExecute - Function
  • LinkItem
  • LinkMode
  • LinkPoke - Function
  • LinkRequest - Function
  • LinkSend - Function
  • LinkTimeout
  • LinkTopic
  • MouseIcon
  • MousePointer
  • Move - Function
  • Name
  • OLEDrag - Function
  • OLEDragMode
  • OLEDropMode
  • PaintPicture - Function
  • Parent
  • Picture
  • Point - Function
  • PSet - Function
  • Refresh - Function
  • RighttoLeft
  • Scale - Function
  • ScaleHeight
  • ScaleLeft
  • ScaleMode
  • ScaleTop
  • ScaleWidth
  • ScaleX - Function
  • ScaleY - Function
  • SetFocus - Function
  • ShowWhatsThis - Function
  • TabIndex
  • TabStop
  • Tag
  • TextHeight - Function
  • TextWidth - Function
  • ToolTipText
  • Top
  • Visible
  • WhatsThisHelpID
  • Width
  • ZOrder - Function


    The PictureBox is used to display and manipulate pixels. First choice for Picture Viewer.

    Notes: You cannot simply set the Picture property as a filename in order to load a picture. Use the LoadPicture Function. Syntax:

    LoadPicture(Filename, Size, ColorDepth, X, Y) As IPictureDisp

  • Log in or register to write something here or to contact authors.