Specify the background to use when drawing to destinations other than a frame.
[Visual Basic 6.0] Property NonFrameBackground As IBackground
[Visual Basic .NET] Public Property NonFrameBackground As IBackground
[C#] public IBackground NonFrameBackground {get; set;}
[Java] public getNonFrameBackground ( IBackground Background )
[Java] public void setNonFrameBackgroundByRef( IBackground Background ) throws IOException, AutomationException
[C++] HRESULT get_NonFrameBackground( IBackground** Background );
[C++] HRESULT putref_NonFrameBackground( IBackground* Background);
Parameters
Background [out, retval]
Background is a parameter of type IBackground
Background [in]
Background is a parameter of type IBackground