Description
Opt whether to use a background with the data
display.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property UseBackground() As Boolean
|
[C#] |
public bool UseBackground {get; set;}
|
[Managed C++] |
public: __property bool get_UseBackground();
public: __property void set_UseBackground(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_UseBackground(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseBackground(
VARIANT_BOOL NewUseBackground
);
|
[Java] |
public bool getUseBackground();public void setUseBackground(
bool
);
|
See Also