Frame background used by this element.
[Visual Basic 6.0] Property Background As IBackground
[Visual Basic .NET] Public Property Background As IBackground
[C#] public IBackground Background {get; set;}
[Java] public IBackground getBackground() throws IOException, AutomationException
[Java] public void setBackground( IBackground pBackground ) throws IOException, AutomationException
[C++] HRESULT get_Background( IBackground** Background );
[C++] HRESULT put_Background( IBackground* Background);
Parameters
Background [out, retval]
Background is a parameter of type IBackground
Background [in]
Background is a parameter of type IBackground
Background returns or sets the background displayed with the frame. Use this property when you want to change how the background is displayed, or you want to retrieve the current background.