ActionsPane.BackgroundImageLayout Property (2007 System)

Provides the same functionality as the Control.BackgroundImageLayout property.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
Public Property BackgroundImageLayout As ImageLayout
'Usage
Dim instance As ActionsPane 
Dim value As ImageLayout 

value = instance.BackgroundImageLayout

instance.BackgroundImageLayout = value
public ImageLayout BackgroundImageLayout { get; set; }
public:
property ImageLayout BackgroundImageLayout {
    ImageLayout get ();
    void set (ImageLayout value);
}
public function get BackgroundImageLayout () : ImageLayout 
public function set BackgroundImageLayout (value : ImageLayout)

Property Value

Type: System.Windows.Forms.ImageLayout

.NET Framework Security

See Also

Reference

ActionsPane Class

ActionsPane Members

Microsoft.Office.Tools Namespace