Frame::Bottom property
The Bottom property sets or returns the bottom coordinate of the frame. This property is read/write.
Syntax
Property Bottom As Long
Property value
The frame's bottom coordinate.
Examples
' Reduce the Frame's length by 50 percent.
objFrame.Bottom = objFrame.Top + (objFrame.Bottom - objFrame.Top) / 2
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
IDL |
|
DLL |
|
IID |
IID_Frame is defined as E5E2D970-5BB3-4306-8804-B0968A31C8E6 |