First off, start with the Visual Basic 6.0 Form property descriptions and settings.
Visual Basic 6 Properties Descriptions and their Settings
Have you ever wondered what all these properties do? I have found myself seeing a Form property in the Properties Window, and realising—I haven't used it before, or I don't know what exactly that particular Property does. So, what I've done was to compile this list of Visual Basic 6.0 Form object Properties along with Descriptions and Settings, which will be a handy reference to anyone using Visual Basic 6.Property Name | Property Description | Property Setting |
---|---|---|
Appearance | Returns/Sets whether or not an object is painted at run time with 3-D effects |
|
AutoRedraw | Returns the output from a graphics method to a persistent bitmap |
|
BackColor | Background color used to display text and graphics in an object |
|
BorderStyle | The Border style for an object | Select any of the following:
|
Caption | Sets the text displayed in a window's title bar | Textual data can be entered here |
ClipControls | Determines whether graphics methods in Paint events repaint an entire object |
|
ControlBox | Determines whether the Control's Menu Box is shown on the left side of the title bar |
|
DrawMode | Sets the appearance of output from graphics methods or of a Shape or a Line control | Select any of the following:
|
DrawStyle | Determines the Line Style for output from graphics methods | Select any of the following:
|
DrawWidth | Line width for output from graphics methods | Integer values ONLY |
Enabled | Determines whether a control can respond to user-generated events |
|
FillColor | Color used to fill in shapes, circles, and boxes | Choose any color from the appropriate tab in the Color dialog box |
FillStyle | Fill style of a shape | Select any of the following:
|
Font | Returns a Font object | Choose desired Font from the displayed Dialogbox |
ForeColor | Forecolor used to display text and graphics in an object | Choose any color from the appropriate tab in the Color dialog box |
HasDC | Determines whether a unique display context is allocated for the control |
|
Height | Height of an object | Integer Values ONLY |
HelpContextID | Specifies the default help file context ID of an object | Integer values ONLY; for example: 0 |
Icon | Icon displayed when a form is minimized at run time | Browse for desired Icon |
KeyPreview | Determines whether keyboard events for an object are invoked before keyboard events for controls on that object |
|
Left | Distance between the internal left edge of an object and the left edge of its container | Integer values ONLY |
LinkMode | Type of link used for a DDE conversation and activates the connection |
|
LinkTopic | Source application and topic for a destination control | Textual data |
MaxButton | Determines whether a form has a Maximize button |
|
MDIChild | Determines whether a form is displayed inside a MDI Parent form |
|
MinButton | Determines whether a form has a Minimize button |
|
MouseIcon | Sets a custom mouse icon | Browse for desired Icon |
MousePointer | Type of mouse pointer displayed when over part of an object | Select any of the following:
|
Moveable | Determines whether a form can be moved |
|
Name | Name of the form | Textual data |
NegotiateMenus | Determines whether a form incorporates the menus from an object on the form's menu bar |
|
OLEDropMode | Determines whether this object can act as an OLE object |
|
Palette | Image that contains the palette to use on an object when PaletteMode is set to Custom | Browse for desired Palette |
PaletteMode | Value that determines which palette to use for controls on an object | Select any of the following:
|
Picture | Graphic to be displayed on the control | Browse for Picture to use on Form's Background |
RightToLeft | Text display direction and control visual appearance on a bidirectional system |
|
ScaleHeight | The number of units for the vertical measurement of a object's interior | Any Numeric value |
ScaleLeft | Horizontal coordinates for the left edges of an object | Any Numeric value |
ScaleMode | Value indicating measurement units for object coordinates when using graphics methods or positioning controls | Select any of the following:
|
ScaleTop | Vertical coordinates for the top edges of an object | Any Numeric value |
ScaleWidth | Number of units for the Horizontal measurement of an object's interior | Any Numeric value |
ShowInTaskbar | Determines whether a form or MDIForm appears in the Windows taskbar. |
|
StartUpPosition | Value specifying the position of a form when it first appears | Select any of the following:
|
Tag | Stores any extra data needed for your program | Any Textual and Numeric data |
Top | Distance between the internal top edge of an object and the top edge of its container | Integer Values ONLY |
Visible | Determines whether the object is visible or hidden |
|
WhatsThisButton | Determines whether the What's This Button appears in the title bar of a form or MDI form |
|
WhatsThisHelp | Context-sensitive help uses the What's This popup provided by Windows Help |
|
Width | Width of an object | Integer Values ONLY |
WindowState | Visual state of a form at run time | Select any of the following:
|
Tidak ada komentar:
Posting Komentar
Catatan: Hanya anggota dari blog ini yang dapat mengirim komentar.