NevronOpenVision
Nevron.Nov.UI Namespace / NMenuSplitButton Class / FillFromArray<TValue,THeader> Method
FillFromArray<TValue,THeader> Method (NMenuSplitButton)
Fills the menu of the split button from the given array of values and uses the specified headers array for the headers of the created menu items. The number of values should be equal to the number of images. Assigns the corresponding value to the Tag property of each menu item.
Syntax
public void FillFromArray<TValue,THeader>( 
   TValue[] values,
   THeader[] headers
)

Parameters

values
headers

Type Parameters

TValue
THeader
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also