Table of Contents

Property ContextMenu

Namespace
FrameworkSystems.FrameworkStudio.General.DevObjects.Form.Designer.ViewModels
Assembly
FrameworkSystems.FrameworkStudio.General.dll

ContextMenu

Gibt an, welches Kontextmenü geöffnet werden soll, wenn der Button betätigt wird. Ist ein Kontextmenü zugeordnet, so wird das Event OnClick nicht ausgelöst

[Browsable(true)]
[TypeConverter(typeof(RecordsConverter))]
public DevControlMainMenuRecord ContextMenu { get; set; }

Property Value

DevControlMainMenuRecord
See Also