ArcObjects Component Help  (Core)    

IFrameProperties.Background Property

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;}
[C++]
public: __property IBackground get_Background();
public: __property void set_Background(IBackground );