Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets an Interior object that represents the interior of the PictureBox.
Namespace: Microsoft.Office.Tools.Excel.Controls
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
Public ReadOnly Property Interior As Interior
'Usage
Dim instance As PictureBox
Dim value As Interior
value = instance.Interior
public Interior Interior { get; }
public:
property Interior^ Interior {
Interior^ get ();
}
public function get Interior () : Interior
Property Value
Type: Interior
An Interior object that represents the interior of the PictureBox.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.