Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownEditorInfo Class / BackgroundImageLayout Property


In This Topic
BackgroundImageLayout Property (DropDownEditorInfo)
In This Topic
Gets or sets the layout of the background image.
Syntax
'Declaration
 
Public Property BackgroundImageLayout As ImageLayout
 
'Usage
 
Dim instance As DropDownEditorInfo
Dim value As ImageLayout
 
instance.BackgroundImageLayout = value
 
value = instance.BackgroundImageLayout

Property Value

A System.Windows.Forms.ImageLayout value that indicates the layout of the background image.
The default is System.Drawing.SystemColors.Window.
See Also