- Namespace
- Avalonia
.Controls - Interfaces
-
- IAvaloniaObject
- IAvaloniaObjectDebug
- I
Notify Property Changed - IValueSink
- IEnumerable
<NativeMenuItemBase> - IEnumerable
- I
Native Menu Exporter Events Impl Bridge
- Base Types
-
- object
- AvaloniaObject
graph BT
Type-->Base0["AvaloniaObject"]
click Base0 "/api/Avalonia/AvaloniaObject"
Base0-->Base1["object"]
Type-.->Interface0["IAvaloniaObject"]
click Interface0 "/api/Avalonia/IAvaloniaObject"
Type-.->Interface1["IAvaloniaObjectDebug"]
click Interface1 "/api/Avalonia.Diagnostics/IAvaloniaObjectDebug"
Type-.->Interface2["INotifyPropertyChanged"]
Type-.->Interface3["IValueSink"]
Type-.->Interface4["IEnumerable<NativeMenuItemBase>"]
Type-.->Interface5["IEnumerable"]
Type-.->Interface6["INativeMenuExporterEventsImplBridge"]
click Interface6 "/api/Avalonia.Controls/INativeMenuExporterEventsImplBridge"
Type["NativeMenu"]
class Type type-node
Syntax
public class NativeMenu : AvaloniaObject, IAvaloniaObject, IAvaloniaObjectDebug,
INotifyPropertyChanged, IValueSink, IEnumerable<NativeMenuItemBase>, IEnumerable,
INativeMenuExporterEventsImplBridge
Constructors
Name | Summary |
---|---|
NativeMenu |
Events
Name | Type | Summary |
---|---|---|
Closed | EventHandler |
Raised after the menu is closed.
|
NeedsUpdate | EventHandler |
Raised when the menu requests an update.
|
Opening | EventHandler |
Raised before the menu is opened.
|
PropertyChanged | EventHandler |
Raised when a
AvaloniaProperty value changes on this object.
Inherited from AvaloniaObject
|
Fields
Name | Constant Value | Summary |
---|---|---|
Is |
static
|
|
MenuProperty |
static
|
|
ParentProperty |
static
|
Properties
Name | Value | Summary |
---|---|---|
InheritanceParent | IAvaloniaObject |
Gets or sets the parent object that inherited
AvaloniaProperty values
are inherited from.
Inherited from AvaloniaObject
|
Items | IList |
|
Parent | NativeMenuItem | |
this[ |
object |
Gets or sets the value of a
AvaloniaProperty .
Inherited from AvaloniaObject
|
this[ |
IBinding |
Gets or sets a binding for a
AvaloniaProperty .
Inherited from AvaloniaObject
|