Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the status of the vertical blank period.
Definition
Visual Basic Public Property InVBlank As Boolean C# public bool InVBlank { get; set; } C++ public:
property bool InVBlank {
bool get();
void set(bool value);
}JScript public function get InVBlank() : boolean
public function set InVBlank(boolean);
Property Value
System.Boolean
Value that is true if the raster is in the vertical blank period, or false if it is not.This property is read/write.