'Declaration
Public Sub SetBackgroundColor( _ ByVal Color As Integer _ )
public void SetBackgroundColor( int Color )
public procedure SetBackgroundColor( Color: Integer );
public function SetBackgroundColor( Color : int );
public: void SetBackgroundColor( int Color )
public: void SetBackgroundColor( int Color )
Parameters
- Color
- A required color value to be set as the new background color for the viewer. Use the ARGBI method to obtain this value.