Microsoft SDK for Java

PictureBoxSizeMode Class

Defines the constants that determine the sizing mode of the PictureBox control.

Enum 
  |
  +--PictureBoxSizeMode

package com.ms.wfc.ui

public class PictureBoxSizeMode
extends
Enum

Remarks

The sizing mode specifies how the control is sized to fit the image that is displayed in it.

To retrieve or set the sizing mode on a PictureBox control, use the PictureBox class' getSizeMode and setSizeMode methods.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.