Click or drag to resize

IContextMenuItemColumn Interface

Interface used to control width of a context menu item column.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public interface IContextMenuItemColumn

The IContextMenuItemColumn type exposes the following members.

Properties
  NameDescription
Public propertyColumnIndex
Gets the index of the column within the menu item.
Public propertyLastPreferredSize
Gets the last calculated preferred size value.
Public propertyOverridePreferredWidth
Sets the preferred width value to use until further notice.
Top
See Also